mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-10 05:57:28 +00:00
Only enable BOOTTEST for testing, so britney.conf is safe on trunk.
This commit is contained in:
parent
c76874fda5
commit
ea6493ae71
@ -66,7 +66,7 @@ ADT_ENABLE = yes
|
||||
ADT_DEBUG = no
|
||||
ADT_ARCHES = amd64 i386
|
||||
|
||||
BOOTTEST_ENABLE = yes
|
||||
BOOTTEST_ENABLE = no
|
||||
BOOTTEST_DEBUG = yes
|
||||
BOOTTEST_ARCHES = armhf amd64
|
||||
BOOTTEST_FETCH = yes
|
||||
|
@ -129,6 +129,9 @@ class TestBoottestEnd2End(TestBase):
|
||||
# Disable autopkgtests.
|
||||
new_config = original_config.replace(
|
||||
'ADT_ENABLE = yes', 'ADT_ENABLE = no')
|
||||
# Enable boottest.
|
||||
new_config = new_config.replace(
|
||||
'BOOTTEST_ENABLE = no', 'BOOTTEST_ENABLE = yes')
|
||||
# Disable TouchManifest auto-fetching.
|
||||
new_config = new_config.replace(
|
||||
'BOOTTEST_FETCH = yes', 'BOOTTEST_FETCH = no')
|
||||
|
Loading…
x
Reference in New Issue
Block a user