Skip to content

Commit

Permalink
Update test/runtests.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Churavy <vchuravy@users.noreply.github.com>
  • Loading branch information
michel2323 and vchuravy committed Jun 20, 2023
1 parent d51c24a commit 6cafa4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2025,9 +2025,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

Expand Down

0 comments on commit 6cafa4e

Please sign in to comment.