aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-02-07 19:18:02 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-02-07 19:16:57 -0500
commitfaf3d2272594834bc4b7c7a127a396cd6c810cdb (patch)
tree9a3b96f459d0249a7bd32852956d2ee00545836c /.appveyor.yml
parent72d34c0edc5ad9e69e0d054459ec15d2278f206b (diff)
downloadbitcoin-faf3d2272594834bc4b7c7a127a396cd6c810cdb.tar.xz
test_runner: Remove unused --force option
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 eb2d32e1bc..08132edb7d 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -54,5 +54,5 @@ test_script:
- cmd: src\bench_bitcoin.exe -evals=1 -scaling=0 > NUL
- ps: python test\util\bitcoin-util-test.py
- cmd: python test\util\rpcauth-test.py
-- cmd: python test\functional\test_runner.py --ci --force --quiet --combinedlogslen=4000 --failfast
+- cmd: python test\functional\test_runner.py --ci --quiet --combinedlogslen=4000 --failfast
deploy: off