Skip to content

Commit

Permalink
Test that source location is stripped from bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHatherly committed Jun 20, 2024
1 parent 8d55c7f commit bbad8b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,13 @@ end
manifest_toml["deps"]["TestPackage"][1]["version"]
@test contains(output, "Hello, $(test_package_version)!")

@test success(
addenv(
`julia +$resolved_version --startup-file=no --project=$(named_environment) -e "import TestPackage; isnothing(first(functionloc(TestPackage.greet))) || exit(1)"`,
"JULIA_DEPOT_PATH" => isolated_depot,
),
)

count += 1
end
end
Expand Down

0 comments on commit bbad8b7

Please sign in to comment.