From 409d9309647cf59b125ee35b20fdcb03cfe74cfd Mon Sep 17 00:00:00 2001 From: Michel Schanen Date: Tue, 31 Jan 2023 16:03:05 -0600 Subject: [PATCH] Update test/runtests.jl Co-authored-by: Valentin Churavy --- test/runtests.jl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 1ec94c5794..6033500ca6 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1774,9 +1774,7 @@ end testdir = @__DIR__ # Test parsing include("mpi.jl") - mpiexec() do cmd - run(`$cmd -n 2 $(Base.julia_cmd()) --project=$testdir $testdir/mpi.jl`) - end + success(pipeline(`$(mpiexec()) -n 2 $(Base.julia_cmd()) --project=$testdir $testdir/mpi.jl`; stderr)) @test true end