aboutsummaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorChun Kuan Lee <ken2812221@gmail.com>2018-09-15 19:14:40 +0800
committerChun Kuan Lee <ken2812221@gmail.com>2018-09-16 08:06:11 +0800
commitd641c29a5a7dcbf186e32af2e22cd3601e5c49fb (patch)
tree52a42c8dc596bfb58493fdec75deca3b5b4bfbe2 /.travis
parentc0d947d72505833fae0767c3345f408a9126902c (diff)
downloadbitcoin-d641c29a5a7dcbf186e32af2e22cd3601e5c49fb.tar.xz
travis: Run feature_dbcrash functional tests in cron job
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/test_06_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/test_06_script.sh b/.travis/test_06_script.sh
index e5fea81187..59cc110db5 100755
--- a/.travis/test_06_script.sh
+++ b/.travis/test_06_script.sh
@@ -57,7 +57,7 @@ if [ "$RUN_BENCH" = "true" ]; then
fi
if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then
- extended="--extended --exclude feature_pruning,feature_dbcrash"
+ extended="--extended --exclude feature_pruning"
fi
if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then