Signed-off-by: JiÅÃ Åupka <jzupka@xxxxxxxxxx> --- client/tests/kvm/kvm.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/client/tests/kvm/kvm.py b/client/tests/kvm/kvm.py index bb17f28..84c361e 100644 --- a/client/tests/kvm/kvm.py +++ b/client/tests/kvm/kvm.py @@ -71,7 +71,8 @@ class kvm(test.test): if subtest_dir is None: raise error.TestError("Could not find test file %s.py " "on either %s or %s directory" % - subtest_dir_kvm, subtest_dir_virt) + (t_type, subtest_dir_kvm, + subtest_dir_virt)) # Load the test module f, p, d = imp.find_module(t_type, [subtest_dir]) test_module = imp.load_module(t_type, f, p, d) -- 1.7.4.4 -- 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