Commit 421d2cd6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e330c753
......@@ -169,7 +169,7 @@ func TestDeadlock(t *testing.T) {
// verifyInSubprocess runs f in subprocess and verifies that its output matches testOutput.
func verifyInSubprocess(t *testing.T, f func(t *testing.T), targvExtra ...string) {
t.Helper() // XXX ok?
t.Helper()
if os.Getenv("TRACETEST_EX_VERIFY_IN_SUBPROCESS") == "1" {
f(t)
return
......
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