Skip to content

Commit b9e0668

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

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
@@ -1766,9 +1766,7 @@ end
17661766
testdir = @__DIR__
17671767
# Test parsing
17681768
include("mpi.jl")
1769-
mpiexec() do cmd
1770-
run(`$cmd -n 2 $(Base.julia_cmd()) --project=$testdir $testdir/mpi.jl`)
1771-
end
1769+
success(pipeline(`$(mpiexec()) -n 2 $(Base.julia_cmd()) --project=$testdir $testdir/mpi.jl`; stderr))
17721770
@test true
17731771
end
17741772

0 commit comments

Comments
 (0)