diff options
| author | MarcoFalke <[email protected]> | 2019-02-02 14:40:44 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-02-02 14:38:37 -0500 |
| commit | fa6b7b9cf66344dfb638fd645c44c22521088165 (patch) | |
| tree | 88c789868bcafb009d0f176a7ab8598edd4a879a | |
| parent | Merge #15303: travis: Remove unused FUNCTIONAL_TESTS_CONFIG (diff) | |
| download | discoin-fa6b7b9cf66344dfb638fd645c44c22521088165.tar.xz discoin-fa6b7b9cf66344dfb638fd645c44c22521088165.zip | |
travis: Revert "Run extended tests once daily"
This reverts commit 88e3aa0bcbbf825f4afa6a9a689b1f5a5958ed14
| -rwxr-xr-x | .travis/test_06_script_b.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis/test_06_script_b.sh b/.travis/test_06_script_b.sh index 472448a65..b6b5925be 100755 --- a/.travis/test_06_script_b.sh +++ b/.travis/test_06_script_b.sh @@ -14,12 +14,8 @@ if [ "$RUN_UNIT_TESTS" = "true" ]; then END_FOLD fi -if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then - extended="--extended --exclude feature_pruning" -fi - if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then 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 fi |