diff --git a/test/runtests.jl b/test/runtests.jl index 2efb6ab..3ff2523 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -5,7 +5,7 @@ import CellArrays # Precompile it. excludedfiles = [ "test_excluded.jl"]; function runtests() - exename = Base.julia_cmd() + exename = joinpath(Sys.BINDIR, Base.julia_exename()) testdir = pwd() istest(f) = endswith(f, ".jl") && startswith(basename(f), "test_") testfiles = sort(filter(istest, vcat([joinpath.(root, files) for (root, dirs, files) in walkdir(testdir)]...)))