diff options
| author | MarcoFalke <[email protected]> | 2020-04-22 10:24:29 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-04-27 12:27:34 -0400 |
| commit | fae49f6e424f31e93c5620d5ff893fb517ef4a8b (patch) | |
| tree | 266db3078d88b7fb3ba56b019a7782293b3c28e8 /ci/test/06_script_b.sh | |
| parent | Merge #18410: Docs: Improve commenting for coins.cpp|h (diff) | |
| download | discoin-fae49f6e424f31e93c5620d5ff893fb517ef4a8b.tar.xz discoin-fae49f6e424f31e93c5620d5ff893fb517ef4a8b.zip | |
ci: Add and document BASE_BUILD_DIR
Co-Authored-By: Hennadii Stepanov <[email protected]>
Diffstat (limited to 'ci/test/06_script_b.sh')
| -rwxr-xr-x | ci/test/06_script_b.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index 0f03d1770..c8542862f 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -31,7 +31,7 @@ fi if [ "$RUN_UNIT_TESTS_SEQUENTIAL" = "true" ]; then BEGIN_FOLD unit-tests-seq - DOCKER_EXEC LD_LIBRARY_PATH=$DEPENDS_DIR/$HOST/lib "${BASE_ROOT_DIR}/build/bitcoin-*/src/test/test_bitcoin" --catch_system_errors=no -l test_suite + DOCKER_EXEC LD_LIBRARY_PATH=$DEPENDS_DIR/$HOST/lib "${BASE_BUILD_DIR}/bitcoin-*/src/test/test_bitcoin*" --catch_system_errors=no -l test_suite END_FOLD fi |