diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-04-22 10:24:29 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-04-27 12:27:34 -0400 |
commit | fae49f6e424f31e93c5620d5ff893fb517ef4a8b (patch) | |
tree | 266db3078d88b7fb3ba56b019a7782293b3c28e8 /ci/test/06_script_b.sh | |
parent | 9e8e813df5f19ff154d9314f2d039eb6153f06c4 (diff) |
ci: Add and document BASE_BUILD_DIR
Co-Authored-By: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>
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 0f03d1770e..c8542862f2 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 |