We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 248ac88 + 4e1a180 commit 145c3d8Copy full SHA for 145c3d8
test/runtests.jl
@@ -48,7 +48,7 @@ function include_with_method_redefinition_check(jl_filename)
48
end
49
50
for submodule in split(MODULES_TO_TEST, ";")
51
- include_with_method_redefinition_check("$submodule/runtests")
+ include_with_method_redefinition_check("$(submodule)/runtests.jl")
52
GC.gc() # Force GC run here to reduce memory pressure
53
54
0 commit comments