Skip to content

Commit

Permalink
Merge pull request #376 from rramkumar1/patch-11
Browse files Browse the repository at this point in the history
Fix run.sh to properly print exit code of test run
  • Loading branch information
bowei authored Jun 28, 2018
2 parents 43f9fab + 6fe5e50 commit 7c1be74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/e2e-test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ echo ===========================================================================
echo E2E TEST
echo
${CMD} "$@" 2>&1
RESULT=$?
echo

GCLOUD=/google-cloud-sdk/bin/gcloud
Expand All @@ -54,5 +55,5 @@ for RES in ${RESOURCES}; do
done

echo ==============================================================================
echo "RESULT: $?"
echo "RESULT: $RESULT"
echo '--- END ---'

0 comments on commit 7c1be74

Please sign in to comment.