mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
hack: don't set DEBUG when running tests
Upstream-commit: 3997b8a923c3e95c14237657f0e2c9301fc5f66d Component: engine
This commit is contained in:
@@ -16,7 +16,7 @@ bundle_test() {
|
||||
for test_dir in $(find_test_dirs); do (
|
||||
set -x
|
||||
cd $test_dir
|
||||
DEBUG=1 go test -v -ldflags "$LDFLAGS" $BUILDFLAGS $TESTFLAGS
|
||||
go test -v -ldflags "$LDFLAGS" $BUILDFLAGS $TESTFLAGS
|
||||
) done
|
||||
} 2>&1 | tee $DEST/test.log
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user