aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-11-10 16:26:44 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-11-10 16:26:44 +0000
commitf1e89597c803001ab9d5afd7e173184fe6886d1d (patch)
treed98a935928bb16dd94095e9fb718c5ad6f4dd0ff /src/Makefile.test.include
parent4dbcdf26a301f54c60c85ceab1aaa4dae43f6aeb (diff)
downloadbitcoin-f1e89597c803001ab9d5afd7e173184fe6886d1d.tar.xz
test: Drop no longer required bench output redirection
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include2
1 files changed, 1 insertions, 1 deletions
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