From 52714485a90a49fac1fd9bb0cc09b2cb854cc3bf Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Fri, 14 Dec 2018 12:18:26 -0600 Subject: [PATCH] Don't exit script before we can print test failure --- scripts/e2e.sh | 1 + 1 file changed, 1 insertion(+) 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