Skip to content

Commit 2d8ab66

Browse files
committed
wallet_tests
1 parent 8ec1b78 commit 2d8ab66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ script:
7777
- ./configure --cache-file=../config.cache $GCOIN_CONFIG_ALL $GCOIN_CONFIG || ( cat config.log && false)
7878
- make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL V=1 ; false )
7979
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
80-
- if [ "$RUN_TESTS" = "true" ]; then ./src/test/test_gcoin; fi
80+
- if [ "$RUN_TESTS" = "true" ]; then ./src/test/test_gcoin --run_test=wallet_tests; fi
8181
# - if [ "$RUN_TESTS" = "true" ]; then qa/pull-tester/rpc-tests.py --coverage; fi
8282
after_script:
8383
- echo $TRAVIS_COMMIT_RANGE

0 commit comments

Comments
 (0)