1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #29195 from vdemeester/integration-test-shell-dont-run-if-compilation-failure

Make sure we don't run integration cli test if compilation fails
This commit is contained in:
Brian Goff 2016-12-07 10:35:30 -05:00 committed by GitHub
commit 8b7d076425

View file

@ -24,6 +24,7 @@ go_test_dir() {
testcover=()
testcoverprofile=()
(
set -e
mkdir -p "$DEST/coverprofiles"
export DEST="$ABS_DEST" # in a subshell this is safe -- our integration-cli tests need DEST, and "cd" screws it up
if [ -z $precompiled ]; then