Merge 133446f3dc into merged_master (Bitcoin PR bitcoin/bitcoin#23043)

This commit is contained in:
James Dorfman 2023-04-22 02:17:56 +00:00
commit 54f99654cd

View file

@ -149,7 +149,7 @@ task:
- python test\util\rpcauth-test.py
functional_tests_script:
# TODO enable '--extended' and drop '--exclude'.
- python test\functional\test_runner.py --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --exclude %EXCLUDE_TESTS% --failfast
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --exclude %EXCLUDE_TESTS% --failfast
task:
name: 'ARM [unit tests, no functional tests] [bullseye]'