Skip to content

Commit

Permalink
Fix the cmdlineargs tests on Buildkite (#42118)
Browse files Browse the repository at this point in the history
(cherry picked from commit e1669b6)
  • Loading branch information
DilumAluthge authored and KristofferC committed Sep 8, 2021
1 parent a5bed8b commit c85012a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cmdlineargs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ end


# test error handling code paths of running --sysimage
let exename = Base.julia_cmd()
let exename = `$(Base.julia_cmd().exec[1]) -t 1`
sysname = unsafe_string(Base.JLOptions().image_file)
for nonexist_image in (
joinpath(@__DIR__, "nonexistent"),
Expand Down

0 comments on commit c85012a

Please sign in to comment.