From 992fb72bb3a82f435b4974a376e49af2664619c0 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Fri, 15 Feb 2019 09:22:27 +0100 Subject: [PATCH] fix testing path for stdlibs --- test/juliatests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/juliatests.jl b/test/juliatests.jl index a9ba3b190feb79..7993ec79ad45ab 100644 --- a/test/juliatests.jl +++ b/test/juliatests.jl @@ -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