We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f467444 commit fac9abbCopy full SHA for fac9abb
ci/test/04_install.sh renamed to ci/test/02_run_container.sh
ci/test_run_all.sh
@@ -1,13 +1,13 @@
1
#!/usr/bin/env bash
2
#
3
-# Copyright (c) 2019-2020 The Bitcoin Core developers
+# Copyright (c) 2019-present The Bitcoin Core developers
4
# Distributed under the MIT software license, see the accompanying
5
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
6
7
export LC_ALL=C.UTF-8
8
9
set -o errexit; source ./ci/test/00_setup_env.sh
10
-set -o errexit; source ./ci/test/04_install.sh
+set -o errexit; source "./ci/test/02_run_container.sh"
11
set -o errexit
12
CI_EXEC "${BASE_ROOT_DIR}/ci/test/06_script_b.sh"
13
0 commit comments