Skip to content

Commit 35924e8

Browse files
author
Roscoe A. Bartlett
committed
Set --enable-all-packages=on to allow --local-do-all (TriBITS #109)
I was trying to run --local-do-all while working on a branch not tracking branch while working on TriBITS #109 and it did not let me. Therefore, I am changing this to --enable-all-packages=on to allow this.
1 parent 404317a commit 35924e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project-checkin-test-config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The default command line arguments
44
'defaults': {
55
'--send-email-to-on-push': '[email protected]',
6-
'--enable-packages': 'TriBITS',
6+
'--enable-all-packages': 'on',
77
'--no-rebase': ''
88
},
99
# NOTE: The last two options --no-rebase --no-append-test-results ensure

0 commit comments

Comments
 (0)