Skip to content

Commit fa68a3e

Browse files
author
MarcoFalke
committed
appveyor: Enable minimal unit test logging to aid debugging
1 parent 1f70185 commit fa68a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ after_build:
8181
- ps: clcache -z
8282
#- 7z a bitcoin-%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\build_msvc\%platform%\%configuration%\*.exe
8383
test_script:
84-
- cmd: src\test_bitcoin.exe -k stdout -e stdout 2> NUL
84+
- cmd: src\test_bitcoin.exe -l test_suite
8585
- cmd: src\bench_bitcoin.exe -evals=1 -scaling=0 > NUL
8686
- ps: python test\util\bitcoin-util-test.py
8787
- cmd: python test\util\rpcauth-test.py

0 commit comments

Comments
 (0)