Skip to content

Commit 6cafa4e

Browse files
michel2323vchuravy
andcommitted
Update test/runtests.jl
Co-authored-by: Valentin Churavy <[email protected]>
1 parent d51c24a commit 6cafa4e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/runtests.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,9 +2025,7 @@ end
20252025
testdir = @__DIR__
20262026
# Test parsing
20272027
include("mpi.jl")
2028-
mpiexec() do cmd
2029-
run(`$cmd -n 2 $(Base.julia_cmd()) --project=$testdir $testdir/mpi.jl`)
2030-
end
2028+
success(pipeline(`$(mpiexec()) -n 2 $(Base.julia_cmd()) --project=$testdir $testdir/mpi.jl`; stderr))
20312029
@test true
20322030
end
20332031

0 commit comments

Comments
 (0)