Skip to content

Commit 70d06eb

Browse files
author
MarcoFalke
committed
Merge #15328: travis: Revert "Run extended tests once daily"
fa6b7b9 travis: Revert "Run extended tests once daily" (MarcoFalke) Pull request description: Now that the extended tests are only pruning and dbcrash, both which are too long [1] to run on travis, we can revert this commit. All tests other than those two are still run for every travis pull request or cron run. [1] https://travis-ci.org/bitcoin/bitcoin/jobs/487615211#L2930 Tree-SHA512: dff293823336677380f6e804379125687869a4b547c968f0b6aae80daee1cbca2cfb845b63de7135f31fbe2383d8d7654694b6dc8a6a6b7d02d57ee8ff107527
2 parents 6a5feb7 + fa6b7b9 commit 70d06eb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis/test_06_script_b.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ if [ "$RUN_UNIT_TESTS" = "true" ]; then
1414
END_FOLD
1515
fi
1616

17-
if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then
18-
extended="--extended --exclude feature_pruning"
19-
fi
20-
2117
if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
2218
BEGIN_FOLD functional-tests
23-
DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 --coverage --quiet --failfast ${extended}
19+
DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 --coverage --quiet --failfast
2420
END_FOLD
2521
fi

0 commit comments

Comments
 (0)