Commit a9f75bf
committed
test: Set JULIA_TESTS to suppress precompilation output in subprocesses
In v1.12.1, precompilation output was only suppressed when the
JULIA_TESTS environment variable was set. While Base.runtests()
sets this variable for the main test process, subprocesses spawned
by individual tests (e.g., in test/precompile.jl) did not inherit
it, causing unexpected precompilation progress messages in stderr.
This minimal fix sets JULIA_TESTS="true" in test/runtests.jl so
that all test subprocesses inherit the variable and properly
suppress precompilation output.
Fixes #598871 parent ca9b666 commit a9f75bf
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
0 commit comments