mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-04 15:18:05 +01:00
appveyor: Enable minimal unit test logging to aid debugging
This commit is contained in:
parent
1f70185a80
commit
fa68a3e764
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ after_build:
|
||||||
- ps: clcache -z
|
- ps: clcache -z
|
||||||
#- 7z a bitcoin-%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\build_msvc\%platform%\%configuration%\*.exe
|
#- 7z a bitcoin-%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\build_msvc\%platform%\%configuration%\*.exe
|
||||||
test_script:
|
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
|
- cmd: src\bench_bitcoin.exe -evals=1 -scaling=0 > NUL
|
||||||
- ps: python test\util\bitcoin-util-test.py
|
- ps: python test\util\bitcoin-util-test.py
|
||||||
- cmd: python test\util\rpcauth-test.py
|
- cmd: python test\util\rpcauth-test.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue