Skip to content

Commit 5b11bf8

Browse files
committed
Understand hub PATH
1 parent e772bee commit 5b11bf8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ using ComponentArrays
77
using DelimitedFiles
88

99
@testset "Running from CLI" begin
10+
println(ENV["PATH"])
1011
ENV["PATH"] = "~/.julia/bin:" * ENV["PATH"]
1112
ENV["PATH"] = "~/.julia/local:" * ENV["PATH"]
1213
@test success(`bash -c "command -v particlesmc"`)

0 commit comments

Comments
 (0)