aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-04-08 22:15:17 +0800
committerMarcoFalke <falke.marco@gmail.com>2020-04-08 22:14:44 +0800
commitfa68a3e7640fc00c47f03fa565357679bdafb4b2 (patch)
treef512585000ad097a55f90a9d489b9d34b2a4d310 /.appveyor.yml
parent1f70185a809362117a8158e386fdead85728794f (diff)
downloadbitcoin-fa68a3e7640fc00c47f03fa565357679bdafb4b2.tar.xz
appveyor: Enable minimal unit test logging to aid debugging
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 777eebd2c3..18dc78fe5f 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -81,7 +81,7 @@ after_build:
- ps: clcache -z
#- 7z a bitcoin-%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\build_msvc\%platform%\%configuration%\*.exe
test_script:
-- cmd: src\test_bitcoin.exe -k stdout -e stdout 2> NUL
+- cmd: src\test_bitcoin.exe -l test_suite
- 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