From: Uri Lublin <[email protected]> This is now taken care of by kvm_runtest_2.py.
Signed-off-by: Uri Lublin <[email protected]> diff --git a/client/tests/kvm_runtest_2/kvm_install.py b/client/tests/kvm_runtest_2/kvm_install.py index 45f47ac..8be5a93 100755 --- a/client/tests/kvm_runtest_2/kvm_install.py +++ b/client/tests/kvm_runtest_2/kvm_install.py @@ -246,9 +246,7 @@ def __install_kvm(test, srcdir): '(%s)' % title, timeout=timeout) if status != 0: kvm_utils.safe_kill(pid, signal.SIGTERM) - message = "%s' failed" % cmd - kvm_log.error(message) - raise error.TestFail, message + raise error.TestFail, "'%s' failed" % cmd # configure + make run("./configure --prefix=%s" % kvm_build_dir, "configure", 30) -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
