Merge pull request #8212 from hugoduncan/patch-1
Fix quoting of TESTFLAGS in devenvironment.md Upstream-commit: 243134563903c45b48784856b09ee0c377da82d7 Component: engine
This commit is contained in:
@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user