Travis: functionaltests: keep original line numbers with awesomerc.lua

This commit is contained in:
Daniel Hahler 2017-01-04 20:31:46 +01:00
parent eacc49243b
commit f6fd52a94c
1 changed files with 1 additions and 1 deletions

View File

@ -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=$?