mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-13 23:38:20 +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_DEBUG = no
|
||||||
ADT_ARCHES = amd64 i386
|
ADT_ARCHES = amd64 i386
|
||||||
|
|
||||||
BOOTTEST_ENABLE = yes
|
BOOTTEST_ENABLE = no
|
||||||
BOOTTEST_DEBUG = yes
|
BOOTTEST_DEBUG = yes
|
||||||
BOOTTEST_ARCHES = armhf amd64
|
BOOTTEST_ARCHES = armhf amd64
|
||||||
BOOTTEST_FETCH = yes
|
BOOTTEST_FETCH = yes
|
||||||
|
@ -129,6 +129,9 @@ class TestBoottestEnd2End(TestBase):
|
|||||||
# Disable autopkgtests.
|
# Disable autopkgtests.
|
||||||
new_config = original_config.replace(
|
new_config = original_config.replace(
|
||||||
'ADT_ENABLE = yes', 'ADT_ENABLE = no')
|
'ADT_ENABLE = yes', 'ADT_ENABLE = no')
|
||||||
|
# Enable boottest.
|
||||||
|
new_config = new_config.replace(
|
||||||
|
'BOOTTEST_ENABLE = no', 'BOOTTEST_ENABLE = yes')
|
||||||
# Disable TouchManifest auto-fetching.
|
# Disable TouchManifest auto-fetching.
|
||||||
new_config = new_config.replace(
|
new_config = new_config.replace(
|
||||||
'BOOTTEST_FETCH = yes', 'BOOTTEST_FETCH = no')
|
'BOOTTEST_FETCH = yes', 'BOOTTEST_FETCH = no')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user