In order to reflect the new schema of config files. Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> --- client/tests/kvm/kvm_config.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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. -- 1.6.5.2 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html