mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
test-unit: fix TESTFLAGS doc
Signed-off-by: Johan Euphrosine <proppy@google.com>
This commit is contained in:
parent
b2fbd9e632
commit
5846914f91
1 changed files with 1 additions and 1 deletions
|
@ -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'.
|
# 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.
|
# 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() {
|
bundle_test_unit() {
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue