diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-25 14:20:03 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-25 14:20:03 -0300 |
commit | df08baf349550cb1157ff36c7f846de760be21e3 (patch) | |
tree | 75b422b3d95eb220b88aaa7a00b6110ef361b646 | |
parent | f3aaee78795aec6485a781352777512604ca0a93 (diff) | |
download | luarocks-df08baf349550cb1157ff36c7f846de760be21e3.tar.gz luarocks-df08baf349550cb1157ff36c7f846de760be21e3.tar.bz2 luarocks-df08baf349550cb1157ff36c7f846de760be21e3.zip |
Run luacov-coveralls from $testing_dir
Diffstat (limited to '')
-rwxr-xr-x | test/testing.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testing.sh b/test/testing.sh index 42ce2751..d24f236e 100755 --- a/test/testing.sh +++ b/test/testing.sh | |||
@@ -531,7 +531,7 @@ $testing_sys_tree/bin/luacov -c $testing_dir/luacov.config src/luarocks src/bin | |||
531 | if [ "$travis" ] | 531 | if [ "$travis" ] |
532 | then | 532 | then |
533 | build_environment luacov luacov-coveralls | 533 | build_environment luacov luacov-coveralls |
534 | $testing_sys_tree/bin/luacov-coveralls | 534 | ( cd $testing_dir; $testing_sys_tree/bin/luacov-coveralls ) |
535 | grep "Summary" -B1 -A1000 $testing_dir/luacov.report.out | 535 | grep "Summary" -B1 -A1000 $testing_dir/luacov.report.out |
536 | else | 536 | else |
537 | cat "$testing_dir/luacov.report.out" | 537 | cat "$testing_dir/luacov.report.out" |