We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae04b9 commit 2ba243aCopy full SHA for 2ba243a
test/runtests.jl
@@ -121,7 +121,7 @@ const test_exeflags = Base.julia_cmd()
121
filter!(test_exeflags.exec) do c
122
return !(startswith(c, "--depwarn") || startswith(c, "--check-bounds"))
123
end
124
-#push!(test_exeflags.exec, "--check-bounds=yes")
+push!(test_exeflags.exec, "--check-bounds=auto")
125
push!(test_exeflags.exec, "--startup-file=no")
126
push!(test_exeflags.exec, "--depwarn=yes")
127
push!(test_exeflags.exec, "--project=$(Base.active_project())")
0 commit comments