/
githubmirror
/
bitcoin
Обзор
Документация
Войти
/
githubmirror
/
bitcoin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ci/test_run_all.sh
11 строк
336 B
MarcoFalke
ci: Only pass documented env vars
30 июл 2025, 16:38
30 июл 2025, 16:38
3333d3f
Код
Авторство
О чём код?
#!/usr/bin/env bash # # Copyright (c) 2019-present The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. export LC_ALL=C.UTF-8 set -o errexit; source ./ci/test/00_setup_env.sh set -o errexit "./ci/test/02_run_container.py"