diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-11-10 16:26:44 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-11-10 16:26:44 +0000 |
commit | f1e89597c803001ab9d5afd7e173184fe6886d1d (patch) | |
tree | d98a935928bb16dd94095e9fb718c5ad6f4dd0ff /.cirrus.yml | |
parent | 4dbcdf26a301f54c60c85ceab1aaa4dae43f6aeb (diff) |
test: Drop no longer required bench output redirection
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 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: |