mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
It is confusing to treat commands as a single string. This change is also required to support paths and strings with spaces in them in the future. This requires replacing TEST_RUNNER_ENV with a global export, because it no longer works. See: ```bash $ export ENV="A=1" && $ENV ls bash: A=1: command not found... ``` Or in the CI task: + DIR_UNIT_TEST_DATA=/ci_container_base/ci/scratch/qa-assets/unit_test_data/ + LD_LIBRARY_PATH=/ci_container_base/depends/i686-pc-linux-gnu/lib + BITCOIND=bitcoin-node make -j10 check VERBOSE=1 /ci_container_base/ci/test/03_test_script.sh: line 166: BITCOIND=bitcoin-node: command not found https://github.com/bitcoin/bitcoin/pull/28954/checks?check_run_id=19096858944 https://cirrus-ci.com/task/6718317604372480 |
||
|---|---|---|
| .. | ||
| 00_setup_env.sh | ||
| 00_setup_env_android.sh | ||
| 00_setup_env_arm.sh | ||
| 00_setup_env_i686_centos.sh | ||
| 00_setup_env_i686_multiprocess.sh | ||
| 00_setup_env_mac.sh | ||
| 00_setup_env_mac_native.sh | ||
| 00_setup_env_native_asan.sh | ||
| 00_setup_env_native_fuzz.sh | ||
| 00_setup_env_native_fuzz_with_msan.sh | ||
| 00_setup_env_native_fuzz_with_valgrind.sh | ||
| 00_setup_env_native_msan.sh | ||
| 00_setup_env_native_nowallet_libbitcoinkernel.sh | ||
| 00_setup_env_native_qt5.sh | ||
| 00_setup_env_native_tidy.sh | ||
| 00_setup_env_native_tsan.sh | ||
| 00_setup_env_native_valgrind.sh | ||
| 00_setup_env_s390x.sh | ||
| 00_setup_env_win64.sh | ||
| 01_base_install.sh | ||
| 02_run_container.sh | ||
| 03_test_script.sh | ||
| wrap-valgrind.sh | ||
| wrap-wine.sh | ||