summaryrefslogtreecommitdiffstats
path: root/pyanaconda/flags.py
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2012-06-20 16:56:22 -0700
committerBrian C. Lane <bcl@redhat.com>2012-06-20 16:56:22 -0700
commit3b1df8fc8a0d0ee1efea16290f068959eaa91db0 (patch)
treedbbe796a04105046afc94716a2bf14da4b1dfc29 /pyanaconda/flags.py
parenta133b8ad8223604dffb78e67ef5222eb168aa75a (diff)
downloadanaconda-3b1df8fc8a0d0ee1efea16290f068959eaa91db0.tar.gz
anaconda-3b1df8fc8a0d0ee1efea16290f068959eaa91db0.tar.xz
anaconda-3b1df8fc8a0d0ee1efea16290f068959eaa91db0.zip
Add default state for flags.testing
Diffstat (limited to 'pyanaconda/flags.py')
-rw-r--r--pyanaconda/flags.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyanaconda/flags.py b/pyanaconda/flags.py
index 3a68369c2..d8cf0ef60 100644
--- a/pyanaconda/flags.py
+++ b/pyanaconda/flags.py
@@ -68,6 +68,7 @@ class Flags(object):
self.virtpconsole = None
self.gpt = False
self.leavebootorder = False
+ self.testing = False
# parse the boot commandline
self.cmdline = BootArgs()
# Lock it down: no more creating new flags!