Skip to content

Commit

Permalink
Change test so the output isn't hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaraldi authored and giordano committed Apr 3, 2024
1 parent c16f35a commit 955b85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cmdlineargs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1136,9 +1136,9 @@ end
# test --bug-report=rr
if Sys.islinux() && Sys.ARCH in (:i686, :x86_64) # rr is only available on these platforms
mktempdir() do temp_trace_dir
@test success(pipeline(setenv(`$(Base.julia_cmd()) --bug-report=rr-local -e 'exit()'`,
@test success(run(pipeline(setenv(`$(Base.julia_cmd()) --bug-report=rr-local -e 'exit()'`,
"JULIA_RR_RECORD_ARGS" => "-n --nested=ignore",
"_RR_TRACE_DIR" => temp_trace_dir); #=stderr, stdout=#))
"_RR_TRACE_DIR" => temp_trace_dir); #=stderr, stdout=#)))
end
end

Expand Down

0 comments on commit 955b85b

Please sign in to comment.