From eafadd5ed339bd3bcc9c08dae5c8345c6d2ee79a Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 25 Jun 2001 22:18:23 +0000 Subject: run the X test out of the installed environment --- iw/xconfig_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iw') 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 -- cgit