We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f70185 commit fa68a3eCopy full SHA for fa68a3e
.appveyor.yml
@@ -81,7 +81,7 @@ after_build:
81
- ps: clcache -z
82
#- 7z a bitcoin-%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\build_msvc\%platform%\%configuration%\*.exe
83
test_script:
84
-- cmd: src\test_bitcoin.exe -k stdout -e stdout 2> NUL
+- cmd: src\test_bitcoin.exe -l test_suite
85
- cmd: src\bench_bitcoin.exe -evals=1 -scaling=0 > NUL
86
- ps: python test\util\bitcoin-util-test.py
87
- cmd: python test\util\rpcauth-test.py
0 commit comments