Skip to content

Commit

Permalink
replace Pkg.dir with relative path from file
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Dec 23, 2016
1 parent a303cae commit 78a511e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using ProteinEnsembles
using Base.Test


testfile(path::AbstractString...) = Pkg.dir("ProteinEnsembles", "test", "test_files", path...)
testfile(path::AbstractString...) = joinpath(dirname(@__FILE__), "test_files", path...)


# Whether to run the parameterisation tests on Linux OSs only
Expand Down

0 comments on commit 78a511e

Please sign in to comment.