JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
622 stars 268 forks source link

`@debug` the command being run when `Pkg.test` runs the tests in a subprocess #3671

Closed DilumAluthge closed 1 year ago

DilumAluthge commented 1 year ago

I want to be able to reproduce the same command-line flags that Pkg.test uses when running the tests in a subprocess.

The easiest way to do so is to @debug log the command that is being run.

This will have no cost by default, since debug log messages are not show by default.