Commit 0b8f877
[release-1.12] Fix precompilation tests when run from runtests.jl (#60201)
`precompilation` has a test for the JULIA_TESTS env var that is required
to get tests to work. On master, the check was removed in
42a33bb, but on 1.12 it is there and
causing problems. Since this is fixed on master, I think the simplest
fix is just to set JULIA_TESTS in runtests.jl also on 1.12 to avoid
having to mess with the precompilation code itself.
Fixes #59887
Co-authored-by: Claude <noreply@anthropic.com>1 parent a3f0bfd commit 0b8f877
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