Skip to content

Commit

Permalink
Print full code used for running IR test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Dec 10, 2019
1 parent 055ed30 commit 729a08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IRTest.jl
Expand Up @@ -21,7 +21,7 @@ function run_ir_test_script(script::AbstractString, include, dir::AbstractString
if Base.JLOptions().color == 1
cmd = `$cmd --color=yes`
end
@info "Running IR test in a subprocess..." cmd script
@info "Running IR test in a subprocess..." cmd script code=Text(code)
@test success(pipeline(`$cmd -e $code`; stdout=stdout, stderr=stderr))
@info "Running IR test in a subprocess...DONE"
else
Expand Down

0 comments on commit 729a08f

Please sign in to comment.