Browse code

test-unit: fix TESTFLAGS doc

Signed-off-by: Johan Euphrosine <proppy@google.com>

Johan Euphrosine authored on 2015/04/04 07:05:14
Showing 1 changed files
... ...
@@ -12,7 +12,7 @@ TEXTRESET=$'\033[0m' # reset the foreground colour
12 12
 # If $TESTFLAGS is set in the environment, it is passed as extra arguments to 'go test'.
13 13
 # You can use this to select certain tests to run, eg.
14 14
 #
15
-#   TESTFLAGS='-run ^TestBuild$' ./hack/make.sh test-unit
15
+#   TESTFLAGS='-test.run ^TestBuild$' ./hack/make.sh test-unit
16 16
 #
17 17
 bundle_test_unit() {
18 18
 	{