1
0

Implements per-test logging to the current working directory

This commit is contained in:
2023-05-02 11:10:57 +00:00
parent 8922b3e548
commit 4f80122039
6 changed files with 102 additions and 57 deletions

View File

@@ -111,7 +111,7 @@ func buildPreload(workPath, tmp string, ki config.KernelInfo,
dockerTimeout = ka.Docker.Timeout.Duration
}
_, artifact, _, err = build(tmp, ka, ki, dockerTimeout)
_, artifact, _, err = build(log.Logger, tmp, ka, ki, dockerTimeout)
return
}