We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a3975 commit 2d2fe1bCopy full SHA for 2d2fe1b
1 file changed
test/runtests.jl
@@ -67,10 +67,10 @@ import ParallelTestRunner
67
is_test_file(f) = startswith(f, "test_") && endswith(f, ".jl")
68
69
testsuite = Dict{String,Expr}(
70
- file => :(include_with_method_redefinition_check($file)) for
+ file => :(include($file)) for
71
submodule in split(MODULES_TO_TEST, ";") for
72
(root, dirs, files) in walkdir(submodule) for
73
file in joinpath.(root, filter(is_test_file, files))
74
)
75
76
-ParallelTestRunner.runtests(MathOptInterface, ARGS; testsuite, init_code)
+ParallelTestRunner.runtests(MathOptInterface, ARGS; testsuite)
0 commit comments