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.
1 parent b7de1ba commit 4e1a180Copy full SHA for 4e1a180
test/runtests.jl
@@ -51,7 +51,7 @@ function include_with_method_redefinition_check(jl_filename)
51
end
52
53
for submodule in split(MODULES_TO_TEST, ";")
54
- include_with_method_redefinition_check("$submodule/runtests")
+ include_with_method_redefinition_check("$(submodule)/runtests.jl")
55
GC.gc() # Force GC run here to reduce memory pressure
56
57
0 commit comments