Skip to content

Commit d6cf6ee

Browse files
committed
fix runtests
1 parent 9764190 commit d6cf6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ end
1818
nprocs_str = get(ENV, "JULIA_MPI_TEST_NPROCS","")
1919
nprocs = nprocs_str == "" ? clamp(Sys.CPU_THREADS, 2, 4) : parse(Int, nprocs_str)
2020
testdir = @__DIR__
21-
istest(f) = endswith(f, ".jl") && startswith(f, "test_shared")
21+
istest(f) = endswith(f, ".jl") && startswith(f, "test_")
2222
testfiles = sort(filter(istest, readdir(testdir)))
2323

2424
@info "Running MPI tests" ArrayType nprocs

0 commit comments

Comments
 (0)