We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--check-bounds
--depwarn
--startup-file=no
1 parent b873b89 commit b148d01Copy full SHA for b148d01
1 file changed
src/ParallelTestRunner.jl
@@ -423,12 +423,6 @@ end
423
424
function test_exe(color::Bool=false)
425
test_exeflags = Base.julia_cmd()
426
- filter!(test_exeflags.exec) do c
427
- !(startswith(c, "--depwarn") || startswith(c, "--check-bounds"))
428
- end
429
- push!(test_exeflags.exec, "--check-bounds=yes")
430
- push!(test_exeflags.exec, "--startup-file=no")
431
- push!(test_exeflags.exec, "--depwarn=yes")
432
push!(test_exeflags.exec, "--project=$(Base.active_project())")
433
push!(test_exeflags.exec, "--color=$(color ? "yes" : "no")")
434
0 commit comments