break on test failure

This commit is contained in:
Alexander Kukushkin
2016-04-13 13:32:39 +02:00
parent b4e86f0809
commit 0ebfb30192
+1
View File
@@ -54,6 +54,7 @@ script:
echo Running acceptance tests using python${pv}
if ! PATH=.:$PATH $TEST_SUITE; then
grep . features/output/*/*postgres?.*
exit 1
fi
fi
else