Skip to content

Commit 133446f

Browse files
committed
Merge bitcoin/bitcoin#23043: ci: Set --nocleanup for Windows functional tests
fac67b3 ci: Set --nocleanup for Windows functional tests (MarcoFalke) Pull request description: Example: https://cirrus-ci.com/task/6292402450202624 ACKs for top commit: hebasto: ACK fac67b3 Tree-SHA512: b8da82d1492f66b43e4afc525805a42709a7b13e64320681801e3e5b546da3d82933f5248464900620aa89eac4629f0b21cde623caf45950f1341979b47fa621
2 parents 7f7bd31 + fac67b3 commit 133446f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ task:
148148
- python test\util\rpcauth-test.py
149149
functional_tests_script:
150150
# TODO enable '--extended' and drop '--exclude'.
151-
- python test\functional\test_runner.py --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --exclude %EXCLUDE_TESTS% --failfast
151+
- python test\functional\test_runner.py --nocleanup --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 --exclude %EXCLUDE_TESTS% --failfast
152152

153153
task:
154154
name: 'ARM [unit tests, no functional tests] [bullseye]'

0 commit comments

Comments
 (0)