Add: julia-0.6.2
Former-commit-id: ccc667cf67d569f3fb3df39aa57c2134755a7551
This commit is contained in:
11
julia-0.6.2/share/julia/test/distributed.jl
Normal file
11
julia-0.6.2/share/julia/test/distributed.jl
Normal file
@@ -0,0 +1,11 @@
|
||||
# This file is a part of Julia. License is MIT: https://julialang.org/license
|
||||
|
||||
# Run the distributed test outside of the main driver since it needs its own
|
||||
# set of dedicated workers.
|
||||
|
||||
include("testenv.jl")
|
||||
cmd = `$test_exename $test_exeflags distributed_exec.jl`
|
||||
|
||||
if !success(pipeline(cmd; stdout=STDOUT, stderr=STDERR)) && ccall(:jl_running_on_valgrind,Cint,()) == 0
|
||||
error("Distributed test failed, cmd : $cmd")
|
||||
end
|
||||
Reference in New Issue
Block a user