Skip to content

Commit

Permalink
force --precompiled=yes in cmdlineargs test
Browse files Browse the repository at this point in the history
to mitigate #11818
  • Loading branch information
tkelman committed Jul 1, 2015
1 parent 9071f14 commit d87d9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cmdlineargs.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is a part of Julia. License is MIT: http://julialang.org/license

let exename = joinpath(JULIA_HOME, Base.julia_exename())
let exename = `$(joinpath(JULIA_HOME, Base.julia_exename())) --precompiled=yes`
# --version
let v = split(readall(`$exename -v`), "julia version ")[end]
@test Base.VERSION_STRING == chomp(v)
Expand Down

0 comments on commit d87d9ee

Please sign in to comment.