1
0
mirror of https://github.com/golang/go synced 2024-09-30 00:24:29 -06:00

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/18203
Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
Russ Cox 2015-12-21 20:42:40 -05:00
parent d513ee774c
commit f034ee8c22

View File

@ -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)