mirror of https://github.com/docker/docs.git
hack: Don't just run the "TestRunHostname" test
This commit is contained in:
parent
f7e374fb3a
commit
9b65c7cf49
|
@ -11,7 +11,7 @@ bundle_test() {
|
||||||
for test_dir in $(find_test_dirs); do (
|
for test_dir in $(find_test_dirs); do (
|
||||||
set -x
|
set -x
|
||||||
cd $test_dir
|
cd $test_dir
|
||||||
DEBUG=1 go test -v -ldflags "$LDFLAGS" $BUILDFLAGS -run TestRunHostname
|
DEBUG=1 go test -v -ldflags "$LDFLAGS" $BUILDFLAGS
|
||||||
) done
|
) done
|
||||||
} 2>&1 | tee $DEST/test.log
|
} 2>&1 | tee $DEST/test.log
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue