Skip to content

Commit

Permalink
fix testing path for stdlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Feb 15, 2019
1 parent f11fee2 commit 992fb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/juliatests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ move_to_node1("Distributed")
test = popfirst!(tests)
local resp
wrkr = p
fullpath = test_path(test*".jl")
fullpath = test_path(test) * ".jl"
try
resp = remotecall_fetch(dotest, p, test, fullpath, nstmts)
catch e
Expand Down

0 comments on commit 992fb72

Please sign in to comment.