Skip to content

Commit

Permalink
BitZeny: Disable tests on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Masao Hidemitsu committed Jan 14, 2018
1 parent e7e5c71 commit 59ee773
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ script:
- mkdir build && cd build
- ../configure --cache-file=config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
- make distdir VERSION=$HOST
- cd bitcoin-$HOST
- cd bitzeny-$HOST
- ./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
- make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL V=1 ; false )
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
- export RUN_TESTS=false # TODO: remove this line if broken tests are fixed

This comment has been minimized.

Copy link
@cryptozeny

cryptozeny Jul 31, 2018

Member

why it disabled?

This comment has been minimized.

Copy link
@hitobb

hitobb Jul 31, 2018

Contributor

This PR is not merged.

#37

This comment has been minimized.

Copy link
@cryptozeny

cryptozeny Aug 1, 2018

Member

This comment has been minimized.

Copy link
@hitobb

hitobb Aug 1, 2018

Contributor

Please read again #37 shuichiro-makigaki's comments.

- if [ "$RUN_TESTS" = "true" ]; then travis_wait 30 make $MAKEJOBS check VERBOSE=1; fi
- if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then extended="--extended --exclude pruning,dbcrash"; fi
- if [ "$RUN_TESTS" = "true" ]; then test/functional/test_runner.py --coverage --quiet ${extended}; fi
Expand Down

0 comments on commit 59ee773

Please sign in to comment.