Skip to content

Commit

Permalink
Small fix for people with a custom startup.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
el-oso committed Aug 12, 2021
1 parent 8cc2855 commit c0611c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,7 @@ end

if Sys.isunix()
julia = joinpath(Sys.BINDIR, "julia")
julia = `$julia --startup-file=no`
@testset "Examples" begin
# Check examples work without error.
cd(joinpath(dirname(@__FILE__), "..", "example")) do
Expand Down

0 comments on commit c0611c0

Please sign in to comment.