aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/testing.sh2
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
531if [ "$travis" ] 531if [ "$travis" ]
532then 532then
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
536else 536else
537 cat "$testing_dir/luacov.report.out" 537 cat "$testing_dir/luacov.report.out"