diff options
author | Chun Kuan Lee <ken2812221@gmail.com> | 2018-10-24 12:38:04 +0800 |
---|---|---|
committer | Chun Kuan Lee <ken2812221@gmail.com> | 2018-10-24 23:44:34 +0800 |
commit | 4dca7d0a98d619c0aea572b181a7c5b95b2f62e5 (patch) | |
tree | 4a7fa60c4d5593c3c1427967abc60a47dd0c9a7f /.appveyor.yml | |
parent | 2b88f67e0bccbc23f30bf65f944f5cadad88f221 (diff) |
appveyor: Enable multiwallet test
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index ff84c01a39..8dad9c4f9d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -61,5 +61,5 @@ test_script: - ps: src\bench_bitcoin.exe -evals=1 -scaling=0 - ps: python test\util\bitcoin-util-test.py - cmd: python test\util\rpcauth-test.py -- cmd: python test\functional\test_runner.py --force --quiet --combinedlogslen=4000 --exclude wallet_multiwallet +- cmd: python test\functional\test_runner.py --force --quiet --combinedlogslen=4000 deploy: off |