Skip to content

Commit

Permalink
pkg: JULIA_EXE -> julia-basic in test!
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Mar 24, 2014
1 parent 7c674a5 commit 4f3017e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base/pkg/entry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -663,8 +663,7 @@ function updatehook(pkgs::Vector)
""")
end

@windows_only const JULIA = joinpath(JULIA_HOME, ENV["JULIA_EXE"])
@unix_only const JULIA = joinpath(JULIA_HOME, "julia-readline")
const JULIA = joinpath(JULIA_HOME, "julia-basic")

function test!(pkg::String, errs::Vector{String}, notests::Vector{String})
const reqs_path = abspath(pkg,"test","REQUIRE")
Expand Down

0 comments on commit 4f3017e

Please sign in to comment.