Skip to content

Commit

Permalink
setenv -> addenv (#3819)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Feb 28, 2024
1 parent 1f16df4 commit 48eea8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/artifacts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ end

# Test that if we load the package, it knows how to find its own artifact,
# because it feeds the right `Platform` object through to `@artifact_str()`
cmd = setenv(`$(Base.julia_cmd()) --color=yes --project=$(ap_path) -e 'using AugmentedPlatform; print(get_artifact_dir("gooblebox"))'`,
cmd = addenv(`$(Base.julia_cmd()) --color=yes --project=$(ap_path) -e 'using AugmentedPlatform; print(get_artifact_dir("gooblebox"))'`,
"JULIA_DEPOT_PATH" => join(Base.DEPOT_PATH, Sys.iswindows() ? ";" : ":"),
"FLOOBLECRANK" => flooblecrank_status)
using_output = chomp(String(read(cmd)))
Expand Down

0 comments on commit 48eea8d

Please sign in to comment.