Revision 8e3a756a89f9ddb10f6d74b07fdd433d50207984 authored by Prem Chintalapudi on 17 May 2023, 19:04:17 UTC, committed by Prem Chintalapudi on 17 May 2023, 19:04:17 UTC
1 parent 4dc683b
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