File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ task:
175
175
- ccache --show-stats
176
176
check_script :
177
177
- src\test_bitcoin.exe -l test_suite
178
- - src\bench_bitcoin.exe --sanity-check > NUL
178
+ - src\bench_bitcoin.exe --sanity-check
179
179
- python test\util\test_runner.py
180
180
- python test\util\rpcauth-test.py
181
181
functional_tests_script :
Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ if TARGET_WINDOWS
377
377
else
378
378
if ENABLE_BENCH
379
379
@echo "Running bench/bench_bitcoin (one iteration sanity check, only high priority)..."
380
- $(BENCH_BINARY) -sanity-check -priority-level=high > /dev/null
380
+ $(BENCH_BINARY) -sanity-check -priority-level=high
381
381
endif
382
382
endif
383
383
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check
You can’t perform that action at this time.
0 commit comments