mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 13:11:30 +00:00
hack: Don't just run the "TestRunHostname" test
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ bundle_test() {
|
||||
for test_dir in $(find_test_dirs); do (
|
||||
set -x
|
||||
cd $test_dir
|
||||
DEBUG=1 go test -v -ldflags "$LDFLAGS" $BUILDFLAGS -run TestRunHostname
|
||||
DEBUG=1 go test -v -ldflags "$LDFLAGS" $BUILDFLAGS
|
||||
) done
|
||||
} 2>&1 | tee $DEST/test.log
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user