Closed DilumAluthge closed 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.
Pkg.test
The easiest way to do so is to @debug log the command that is being run.
@debug
This will have no cost by default, since debug log messages are not show by default.
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.