Skip to content

Commit 409d930

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

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
@@ -1774,9 +1774,7 @@ end
17741774
testdir = @__DIR__
17751775
# Test parsing
17761776
include("mpi.jl")
1777-
mpiexec() do cmd
1778-
run(`$cmd -n 2 $(Base.julia_cmd()) --project=$testdir $testdir/mpi.jl`)
1779-
end
1777+
success(pipeline(`$(mpiexec()) -n 2 $(Base.julia_cmd()) --project=$testdir $testdir/mpi.jl`; stderr))
17801778
@test true
17811779
end
17821780

0 commit comments

Comments
 (0)