summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index af67025ee..7725d4531 100755
--- a/anaconda
+++ b/anaconda
@@ -156,7 +156,7 @@ if forceMount:
try:
todo = ToDo(intf, method, rootPath, installSystem = installPackages,
setupFilesystems = setupFilesystems, mouse = mouseInfo)
- intf.run(todo)
+ intf.run(todo, test = test)
except:
(type, value, tb) = sys.exc_info()
from string import joinfields