Commit f034ee8c authored by Russ Cox's avatar Russ Cox

cmd/dist: apply final edits from CL 18199.

I broke the rule: never click the Submit button on the web.

Change-Id: If81a5cc31c1f28664960bad124cc596f5cab1222
Reviewed-on: https://go-review.googlesource.com/18203Reviewed-by: 's avatarRuss Cox <rsc@golang.org>
parent d513ee77
......@@ -196,7 +196,7 @@ func (t *tester) run() {
}
dt := dt // dt used in background after this iteration
if err := dt.fn(&dt); err != nil {
t.runPending(dt) // in case that hasn't been done yet
t.runPending(&dt) // in case that hasn't been done yet
t.failed = true
if t.keepGoing {
log.Printf("Failed: %v", err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment