Skip to content

Commit e43501b

Browse files
authored
@debug the command being run when Pkg.test runs the tests in a subprocess (#3671)
1 parent e79cb86 commit e43501b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Operations.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2033,6 +2033,7 @@ end
20332033

20342034
# Handles the interrupting of a subprocess gracefully to avoid orphaning
20352035
function subprocess_handler(cmd::Cmd, ctx, sandbox_ctx, error_msg::String)
2036+
@debug "Running command" cmd
20362037
p = run(pipeline(ignorestatus(cmd), stdout = sandbox_ctx.io, stderr = stderr_f()), wait = false)
20372038
interrupted = false
20382039
try

0 commit comments

Comments
 (0)