Skip to content

Commit b148d01

Browse files
authored
Don't force --check-bounds, --depwarn, --startup-file=no (#96)
1 parent b873b89 commit b148d01

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/ParallelTestRunner.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -423,12 +423,6 @@ end
423423

424424
function test_exe(color::Bool=false)
425425
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")
432426
push!(test_exeflags.exec, "--project=$(Base.active_project())")
433427
push!(test_exeflags.exec, "--color=$(color ? "yes" : "no")")
434428

0 commit comments

Comments
 (0)