mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
test: Drop no longer required bench output redirection
This commit is contained in:
parent
4dbcdf26a3
commit
f1e89597c8
@ -175,7 +175,7 @@ task:
|
|||||||
- ccache --show-stats
|
- ccache --show-stats
|
||||||
check_script:
|
check_script:
|
||||||
- src\test_bitcoin.exe -l test_suite
|
- src\test_bitcoin.exe -l test_suite
|
||||||
- src\bench_bitcoin.exe --sanity-check > NUL
|
- src\bench_bitcoin.exe --sanity-check
|
||||||
- python test\util\test_runner.py
|
- python test\util\test_runner.py
|
||||||
- python test\util\rpcauth-test.py
|
- python test\util\rpcauth-test.py
|
||||||
functional_tests_script:
|
functional_tests_script:
|
||||||
|
@ -377,7 +377,7 @@ if TARGET_WINDOWS
|
|||||||
else
|
else
|
||||||
if ENABLE_BENCH
|
if ENABLE_BENCH
|
||||||
@echo "Running bench/bench_bitcoin (one iteration sanity check, only high priority)..."
|
@echo "Running bench/bench_bitcoin (one iteration sanity check, only high priority)..."
|
||||||
$(BENCH_BINARY) -sanity-check -priority-level=high > /dev/null
|
$(BENCH_BINARY) -sanity-check -priority-level=high
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check
|
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check
|
||||||
|
Loading…
Reference in New Issue
Block a user