You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -583,9 +584,10 @@ function runtests(mod::Module, ARGS; test_filter = Returns(true), RecordType = T
583
584
584
585
append!(tests, files)
585
586
for file in files
586
-
test_runners[file]=quote
587
+
expr=quote
587
588
include($(joinpath(WORKDIR, file *".jl")))
588
589
end
590
+
test_runners[file] =test_transform(file, expr)
589
591
end
590
592
end
591
593
## finalize
@@ -620,7 +622,6 @@ function runtests(mod::Module, ARGS; test_filter = Returns(true), RecordType = T
620
622
jobs =clamp(jobs, 1, length(tests))
621
623
println(stdout, "Running $jobs tests in parallel. If this is too many, specify the `--jobs=N` argument to the tests, or set the `JULIA_CPU_THREADS` environment variable.")
0 commit comments