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.
runtests.jl
1 parent b72a08f commit c5de5c4Copy full SHA for c5de5c4
test/runtests.jl
@@ -24,7 +24,7 @@ end
24
25
@time begin
26
# tests in groups based on folder structure
27
- for testgroup in filter(isdir, readdir(@__DIR__))
+ for testgroup in filter(f -> isdir(joinpath(@__DIR__, f)), readdir(@__DIR__))
28
if GROUP == "ALL" || GROUP == uppercase(testgroup)
29
groupdir = joinpath(@__DIR__, testgroup)
30
for file in filter(istestfile, readdir(groupdir))
0 commit comments