summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-06-25 22:18:23 +0000
committerJeremy Katz <katzj@redhat.com>2001-06-25 22:18:23 +0000
commiteafadd5ed339bd3bcc9c08dae5c8345c6d2ee79a (patch)
tree347e17ad1191953d1c6a26f40ff0ca197f7f1056 /iw
parentf4da3b5242f3e0942ce534a83ec02e1c68645a60 (diff)
downloadanaconda-eafadd5ed339bd3bcc9c08dae5c8345c6d2ee79a.tar.gz
anaconda-eafadd5ed339bd3bcc9c08dae5c8345c6d2ee79a.tar.xz
anaconda-eafadd5ed339bd3bcc9c08dae5c8345c6d2ee79a.zip
run the X test out of the installed environment
Diffstat (limited to 'iw')
-rw-r--r--iw/xconfig_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/xconfig_gui.py b/iw/xconfig_gui.py
index ddffbcbce..0023d4d5d 100644
--- a/iw/xconfig_gui.py
+++ b/iw/xconfig_gui.py
@@ -54,7 +54,7 @@ class XCustomWindow (InstallWindow):
self.xconfig.setManualModes(newmodes)
try:
- self.xconfig.test ()
+ self.xconfig.test (root="/mnt/sysimage/")
except RuntimeError:
### test failed window
pass