diff mbox

KVM test: Change the default file name used by kvm_config.py

Message ID 1260300820-10129-1-git-send-email-lmr@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lucas Meneghel Rodrigues Dec. 8, 2009, 7:33 p.m. UTC
None
diff mbox

Patch

diff --git a/client/tests/kvm/kvm_config.py b/client/tests/kvm/kvm_config.py
index 649f2c3..798ef56 100755
--- a/client/tests/kvm/kvm_config.py
+++ b/client/tests/kvm/kvm_config.py
@@ -513,7 +513,7 @@  if __name__ == "__main__":
     debug = options.debug
 
     if not filename:
-        filename = os.path.join(os.path.dirname(sys.argv[0]), "kvm_tests.cfg")
+        filename = os.path.join(os.path.dirname(sys.argv[0]), "tests.cfg")
 
     # Here we configure the stand alone program to use the autotest
     # logging system.