Explorar o código

hack: Don't just run the "TestRunHostname" test

Alexander Larsson %!s(int64=11) %!d(string=hai) anos
pai
achega
9b65c7cf49
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hack/make/test

+ 1 - 1
hack/make/test

@@ -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
 }