Skip to content

Commit 9df06c3

Browse files
authored
testscript: fix -testwork flag name in doc comments (#141)
1 parent cca5496 commit 9df06c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testscript/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ If Params.TestWork is true, it causes each test to log the name of its $WORK dir
278278
environment variable settings and also to leave that directory behind when it exits,
279279
for manual debugging of failing tests:
280280
281-
$ go test -run=Script -work
281+
$ go test -run=Script -testwork
282282
--- FAIL: TestScript (3.75s)
283283
--- FAIL: TestScript/install_rebuild_gopath (0.16s)
284284
script_test.go:223:

0 commit comments

Comments
 (0)