222f1db
From a00bcce0a0d3a5af85dbf685aefec5495349328f Mon Sep 17 00:00:00 2001
222f1db
Message-Id: <a00bcce0a0d3a5af85dbf685aefec5495349328f.1355706113.git.crobinso@redhat.com>
222f1db
In-Reply-To: <30282a17091014ba5a96d20f4260df55779933c4.1355706113.git.crobinso@redhat.com>
222f1db
References: <30282a17091014ba5a96d20f4260df55779933c4.1355706113.git.crobinso@redhat.com>
222f1db
From: Michal Privoznik <mprivozn@redhat.com>
222f1db
Date: Tue, 30 Oct 2012 14:22:44 +0100
222f1db
Subject: [PATCH 8/8] Fix --test-first-run
222f1db
222f1db
One of previous patches (96ce9ac0b125) invented this feature. However,
222f1db
in options object it is called testfirstrun not test_first_run.
222f1db
This produces a runtime error.
222f1db
222f1db
(crobinso: add Michal to AUTHORS)
222f1db
(cherry picked from commit d9e8546e8608d0fd0b6af61e9a2236c91b286cdd)
222f1db
222f1db
Conflicts:
222f1db
	AUTHORS
222f1db
---
222f1db
 src/virt-manager.py.in | 2 +-
222f1db
 1 file changed, 1 insertion(+), 1 deletion(-)
222f1db
222f1db
diff --git a/src/virt-manager.py.in b/src/virt-manager.py.in
222f1db
index 0cac2c2..f01c476 100755
222f1db
--- a/src/virt-manager.py.in
222f1db
+++ b/src/virt-manager.py.in
222f1db
@@ -324,7 +324,7 @@ def main():
222f1db
     import virtManager.config
222f1db
     import virtManager.util
222f1db
     config = virtManager.config.vmmConfig(appname, appversion, ui_dir,
222f1db
-                                          options.test_first_run)
222f1db
+                                          options.testfirstrun)
222f1db
     virtManager.util.running_config = config
222f1db
     config.default_qemu_user = default_qemu_user
222f1db
     config.rhel6_defaults = rhel_enable_unsupported_opts
222f1db
-- 
222f1db
1.8.0.2
222f1db