summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-08-28 15:52:26 +0000
committerErik Troan <ewt@redhat.com>1999-08-28 15:52:26 +0000
commit6d9c007e94a6e7eb15681838d41c33031a6690c4 (patch)
tree320831c5f294d1cd9459aad6ee0ef43363739a4b /anaconda
parent4e72b77944ba4183f4ac64789ad010580553c4d5 (diff)
downloadanaconda-6d9c007e94a6e7eb15681838d41c33031a6690c4.tar.gz
anaconda-6d9c007e94a6e7eb15681838d41c33031a6690c4.tar.xz
anaconda-6d9c007e94a6e7eb15681838d41c33031a6690c4.zip
iutil.py
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