From f1e89597c803001ab9d5afd7e173184fe6886d1d Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 10 Nov 2022 16:26:44 +0000 Subject: test: Drop no longer required bench output redirection --- .cirrus.yml | 2 +- src/Makefile.test.include | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index b3ac6d06cb..7bc346cc30 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -175,7 +175,7 @@ task: - ccache --show-stats check_script: - 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\rpcauth-test.py functional_tests_script: diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 571a85e5c9..7bde0c602f 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -377,7 +377,7 @@ if TARGET_WINDOWS else if ENABLE_BENCH @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 $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check -- cgit v1.2.3