From f6fd52a94ce04d49248eea1ace6bc43f8570cdb9 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 4 Jan 2017 20:31:46 +0100 Subject: [PATCH] Travis: functionaltests: keep original line numbers with awesomerc.lua --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b29b909e9..74866d80d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -168,7 +168,7 @@ script: (make check-unit-coverage \ && do_codecov unittests \ - && sed -i "1 irequire('luacov.runner')('$PWD/.luacov')" build/awesomerc.lua \ + && sed -i "1 s~^~require('luacov.runner')('$PWD/.luacov'); \0~" build/awesomerc.lua \ && tests/run.sh \ && do_codecov functionaltests) ret=$?