Revision 532b3f810290842c9be07a0a4800438dab534cd7 authored by Dilum Aluthge on 25 October 2021, 08:49:13 UTC, committed by Kristoffer on 28 October 2021, 16:01:21 UTC
(cherry picked from commit 0682132e3e6668eace10cf984eaf0168fd413988)
1 parent 4bf1a0c
Raw File
download.jl
# This file is a part of Julia. License is MIT: https://julialang.org/license

cmd = `$(Base.julia_cmd()) --depwarn=no --startup-file=no download_exec.jl`
if !success(pipeline(cmd; stdout=stdout, stderr=stderr))
    error("download test failed, cmd : $cmd")
end
back to top