Skip to content

Commit

Permalink
Don't exit script before we can print test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow committed Dec 14, 2018
1 parent 985c30c commit 5271448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ echo "Running 'make build'"
make build

echo "Running e2e test: 'make run'"
set +e
make run
if [[ $? -eq 0 ]]
then
Expand Down

0 comments on commit 5271448

Please sign in to comment.