aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorChun Kuan Lee <ken2812221@gmail.com>2018-09-25 10:51:46 +0800
committerChun Kuan Lee <ken2812221@gmail.com>2018-09-26 04:25:31 +0800
commitc7b3e487f229142795a0b3ce6ce409ce7084d966 (patch)
tree570047d437145af5c7ea1101619a951587c84282 /.appveyor.yml
parent8efd87455bc957d6647c41680541d84e98e8353f (diff)
downloadbitcoin-c7b3e487f229142795a0b3ce6ce409ce7084d966.tar.xz
tests: exclude all tests with difference parameters
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 84cd596bbd..d7ce2224e9 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -55,5 +55,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,wallet_multiwallet.py --usecli"
+- cmd: python test\functional\test_runner.py --force --quiet --combinedlogslen=4000 --exclude wallet_multiwallet
deploy: off