aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-09-21 11:43:37 +0800
committerfanquake <fanquake@gmail.com>2021-09-21 11:45:46 +0800
commit133446f3dcb817f8ebcf459a0a23f01b40e82d43 (patch)
tree825dc4541944c5e281b8ff8e052138da5df710cb
parent7f7bd3111cdc673fec867af9a849afb85b90c3fa (diff)
parentfac67b393ba4ff2f6698955b5f35433dec64ae51 (diff)
downloadbitcoin-133446f3dcb817f8ebcf459a0a23f01b40e82d43.tar.xz
Merge bitcoin/bitcoin#23043: ci: Set --nocleanup for Windows functional tests
fac67b393ba4ff2f6698955b5f35433dec64ae51 ci: Set --nocleanup for Windows functional tests (MarcoFalke) Pull request description: Example: https://cirrus-ci.com/task/6292402450202624 ACKs for top commit: hebasto: ACK fac67b393ba4ff2f6698955b5f35433dec64ae51 Tree-SHA512: b8da82d1492f66b43e4afc525805a42709a7b13e64320681801e3e5b546da3d82933f5248464900620aa89eac4629f0b21cde623caf45950f1341979b47fa621
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 398f463ecc..c0530d5f8b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -148,7 +148,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]'