From df08baf349550cb1157ff36c7f846de760be21e3 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 25 Mar 2015 14:20:03 -0300 Subject: Run luacov-coveralls from $testing_dir --- test/testing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 if [ "$travis" ] then build_environment luacov luacov-coveralls - $testing_sys_tree/bin/luacov-coveralls + ( cd $testing_dir; $testing_sys_tree/bin/luacov-coveralls ) grep "Summary" -B1 -A1000 $testing_dir/luacov.report.out else cat "$testing_dir/luacov.report.out" -- cgit v1.2.3-55-g6feb