diff options
| author | Chun Kuan Lee <[email protected]> | 2018-09-15 19:14:40 +0800 |
|---|---|---|
| committer | Chun Kuan Lee <[email protected]> | 2018-09-16 08:06:11 +0800 |
| commit | d641c29a5a7dcbf186e32af2e22cd3601e5c49fb (patch) | |
| tree | 52a42c8dc596bfb58493fdec75deca3b5b4bfbe2 | |
| parent | tests: Reorder tests and move most of extended tests up to normal tests (diff) | |
| download | discoin-d641c29a5a7dcbf186e32af2e22cd3601e5c49fb.tar.xz discoin-d641c29a5a7dcbf186e32af2e22cd3601e5c49fb.zip | |
travis: Run feature_dbcrash functional tests in cron job
| -rwxr-xr-x | .travis/test_06_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/test_06_script.sh b/.travis/test_06_script.sh index e5fea8118..59cc110db 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 |