aboutsummaryrefslogtreecommitdiff
path: root/ci/test/06_script_b.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-06-14 10:23:57 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-06-14 11:33:25 -0400
commitfa7166759789c1282609ff3ab2e80d4f70910a9f (patch)
tree4ee13ee28b11c0d80463826f078a1b0e23cf3064 /ci/test/06_script_b.sh
parenteac65d99ddb27061e6ae0f9448887db86e2c0734 (diff)
downloadbitcoin-fa7166759789c1282609ff3ab2e80d4f70910a9f.tar.xz
ci: Move travis workarounds to .travis.yml
Diffstat (limited to 'ci/test/06_script_b.sh')
-rwxr-xr-xci/test/06_script_b.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh
index 51d84ee39d..0d23d9eed2 100755
--- a/ci/test/06_script_b.sh
+++ b/ci/test/06_script_b.sh
@@ -21,8 +21,6 @@ if [ -n "$USE_VALGRIND" ]; then
END_FOLD
fi
-bash -c "${CI_WAIT}" & # Print dots in case the tests take a long time to run
-
if [ "$RUN_UNIT_TESTS" = "true" ]; then
BEGIN_FOLD unit-tests
DOCKER_EXEC LD_LIBRARY_PATH=$DEPENDS_DIR/$HOST/lib make $MAKEJOBS check VERBOSE=1