Skip to content

Commit 3baa0f5

Browse files
author
MacroFake
committed
Merge bitcoin/bitcoin#26230: ci: Run bench_bitcoin.exe --sanity-check in "Win64 native" task
91bee4d ci: Run `bench_bitcoin.exe --sanity-check` in "Win64 native" task (Hennadii Stepanov) Pull request description: This PR adds [`--sanity-check`](bitcoin/bitcoin#25107) flag to `src\bench_bitcoin.exe` invocation as its results are been discarded. Also a better name used for the script as it follows GNU's `make check`. ACKs for top commit: fanquake: ACK 91bee4d Tree-SHA512: fd5feeda72d1ef46c5fbfc2aa5c042ab2e3de7772546379da4596306b5658ab95f62939fba237c0bd7a1b09c85de20fc1cd9e5df1efe11bdae50d4a7b8081f74
2 parents c21b32c + 91bee4d commit 3baa0f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ task:
183183
- python build_msvc\msvc-autogen.py
184184
- msbuild build_msvc\bitcoin.sln -property:CLToolExe=%WRAPPED_CL% -property:Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
185185
- ccache --show-stats
186-
unit_tests_script:
186+
check_script:
187187
- src\test_bitcoin.exe -l test_suite
188-
- src\bench_bitcoin.exe > NUL
188+
- src\bench_bitcoin.exe --sanity-check > NUL
189189
- python test\util\test_runner.py
190190
- python test\util\rpcauth-test.py
191191
functional_tests_script:

0 commit comments

Comments
 (0)