Explorar o código

Merge pull request #12065 from proppy/patch-14

test-unit: fix TESTFLAGS doc
Tianon Gravi %!s(int64=10) %!d(string=hai) anos
pai
achega
6a99c2032e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hack/make/test-unit

+ 1 - 1
hack/make/test-unit

@@ -12,7 +12,7 @@ TEXTRESET=$'\033[0m' # reset the foreground colour
 # If $TESTFLAGS is set in the environment, it is passed as extra arguments to 'go test'.
 # You can use this to select certain tests to run, eg.
 #
-#   TESTFLAGS='-run ^TestBuild$' ./hack/make.sh test-unit
+#   TESTFLAGS='-test.run ^TestBuild$' ./hack/make.sh test-unit
 #
 bundle_test_unit() {
 	{