swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 9eade6195eb1890afb3fc071a25718981e4185fa authored by Kristoffer Carlsson on 12 September 2021, 06:45:08 UTC
Merge pull request #42188 from JuliaLang/kc/1.7-rc1
Tip revision: 9eade61
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