Skip to content

Commit 842f632

Browse files
committed
Rel 1.2.0 - Test for either CMDSTAN or JULIA_CMDSTAN_HOME
1 parent 7634137 commit 842f632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
using ParetoSmoothedImportanceSampling, StanSample
22
using Test
33

4-
if haskey(ENV, "JULIA_CMDSTAN_HOME")
4+
if haskey(ENV, "JULIA_CMDSTAN_HOME") || haskey(ENV, "CMDSTAN")
55

66
ProjDir = @__DIR__
77
include(joinpath(ProjDir, "test_demo_wells.jl"))
88

99
else
10-
println("\nJULIA_CMDSTAN_HOME not set. Skipping tests")
10+
println("\nCmdStan or JULIA_CMDSTAN_HOME not set. Skipping tests")
1111
end

0 commit comments

Comments
 (0)