From faf3d2272594834bc4b7c7a127a396cd6c810cdb Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 7 Feb 2019 19:18:02 -0500 Subject: test_runner: Remove unused --force option --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.appveyor.yml') 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 -- cgit v1.2.3