1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix quoting of TESTFLAGS in devenvironment.md

Copy and pasting the example should now work, rather than TESTFLAGS being silently ignored.
This commit is contained in:
Hugo Duncan 2014-09-24 13:30:39 -04:00
parent 75ecfdd63c
commit 7aa88a4ff6

View file

@ -115,7 +115,7 @@ something like this
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, e.g.,
$ TESTFLAGS=`-test.run \^TestBuild\$` make test
$ TESTFLAGS='-test.run \^TestBuild\$' make test
If the output indicates "FAIL" and you see errors like this: