Skip to content

Commit 256ebee

Browse files
gbaraldigiordano
authored andcommitted
Change test so the output isn't hidden
1 parent 50aeba6 commit 256ebee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cmdlineargs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,9 +1136,9 @@ end
11361136
# test --bug-report=rr
11371137
if Sys.islinux() && Sys.ARCH in (:i686, :x86_64) # rr is only available on these platforms
11381138
mktempdir() do temp_trace_dir
1139-
@test success(pipeline(setenv(`$(Base.julia_cmd()) --bug-report=rr-local -e 'exit()'`,
1139+
@test success(run(pipeline(setenv(`$(Base.julia_cmd()) --bug-report=rr-local -e 'exit()'`,
11401140
"JULIA_RR_RECORD_ARGS" => "-n --nested=ignore",
1141-
"_RR_TRACE_DIR" => temp_trace_dir); #=stderr, stdout=#))
1141+
"_RR_TRACE_DIR" => temp_trace_dir); #=stderr, stdout=#)))
11421142
end
11431143
end
11441144

0 commit comments

Comments
 (0)