Skip to content

Commit

Permalink
testscript: fix -testwork flag name in doc comments (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
cespare committed May 31, 2021
1 parent cca5496 commit 9df06c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testscript/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ If Params.TestWork is true, it causes each test to log the name of its $WORK dir
environment variable settings and also to leave that directory behind when it exits,
for manual debugging of failing tests:
$ go test -run=Script -work
$ go test -run=Script -testwork
--- FAIL: TestScript (3.75s)
--- FAIL: TestScript/install_rebuild_gopath (0.16s)
script_test.go:223:
Expand Down

0 comments on commit 9df06c3

Please sign in to comment.