Don't exit script before we can print test failure

This commit is contained in:
Luke Kysow
2018-12-14 12:18:26 -06:00
parent 985c30c097
commit 52714485a9

View File

@@ -26,6 +26,7 @@ echo "Running 'make build'"
make build
echo "Running e2e test: 'make run'"
set +e
make run
if [[ $? -eq 0 ]]
then