mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
travis: Revert "Run extended tests once daily"
This reverts commit 88e3aa0bcb
This commit is contained in:
parent
b3a715301a
commit
fa6b7b9cf6
1 changed files with 1 additions and 5 deletions
|
@ -14,12 +14,8 @@ if [ "$RUN_UNIT_TESTS" = "true" ]; then
|
||||||
END_FOLD
|
END_FOLD
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then
|
|
||||||
extended="--extended --exclude feature_pruning"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
|
if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
|
||||||
BEGIN_FOLD functional-tests
|
BEGIN_FOLD functional-tests
|
||||||
DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 --coverage --quiet --failfast ${extended}
|
DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 --coverage --quiet --failfast
|
||||||
END_FOLD
|
END_FOLD
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue