mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
travis: Run feature_dbcrash functional tests in cron job
This commit is contained in:
parent
c0d947d725
commit
d641c29a5a
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ if [ "$RUN_BENCH" = "true" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then
|
if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then
|
||||||
extended="--extended --exclude feature_pruning,feature_dbcrash"
|
extended="--extended --exclude feature_pruning"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
|
if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue