From 1b5bbfc3fa0bfcda888b4a1d3623bbf5b27bfafc Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 25 Mar 2015 15:03:16 -0300 Subject: luacov-coveralls did not exit with 0? --- test/testing.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/testing.sh b/test/testing.sh index d24f236e..208f948b 100755 --- a/test/testing.sh +++ b/test/testing.sh @@ -531,9 +531,8 @@ $testing_sys_tree/bin/luacov -c $testing_dir/luacov.config src/luarocks src/bin if [ "$travis" ] then build_environment luacov luacov-coveralls - ( cd $testing_dir; $testing_sys_tree/bin/luacov-coveralls ) + ( cd $testing_dir; $testing_sys_tree/bin/luacov-coveralls || exit 0 ) grep "Summary" -B1 -A1000 $testing_dir/luacov.report.out else cat "$testing_dir/luacov.report.out" fi - -- cgit v1.2.3-55-g6feb