diff --git a/scripts/e2e.sh b/scripts/e2e.sh index 529762636..10ef89563 100755 --- a/scripts/e2e.sh +++ b/scripts/e2e.sh @@ -26,6 +26,7 @@ echo "Running 'make build'" make build echo "Running e2e test: 'make run'" +set +e make run if [[ $? -eq 0 ]] then