We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50aeba6 commit 256ebeeCopy full SHA for 256ebee
test/cmdlineargs.jl
@@ -1136,9 +1136,9 @@ end
1136
# test --bug-report=rr
1137
if Sys.islinux() && Sys.ARCH in (:i686, :x86_64) # rr is only available on these platforms
1138
mktempdir() do temp_trace_dir
1139
- @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()'`,
1140
"JULIA_RR_RECORD_ARGS" => "-n --nested=ignore",
1141
- "_RR_TRACE_DIR" => temp_trace_dir); #=stderr, stdout=#))
+ "_RR_TRACE_DIR" => temp_trace_dir); #=stderr, stdout=#)))
1142
end
1143
1144
0 commit comments