Skip to content

Commit 331aa87

Browse files
committed
race
1 parent 042bd42 commit 331aa87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/ssh_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,9 @@ func TestSSH(t *testing.T) {
164164
buildReq <- struct{}{}
165165
<-buildResume
166166
t.Log("buildSyncMW: resuming build")
167+
} else {
168+
isFirstBuild = false
167169
}
168-
isFirstBuild = false
169170
}
170171
next.ServeHTTP(w, r)
171172
})

0 commit comments

Comments
 (0)