Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: client/tests/kvm/tests/iofuzz.py

Issue 6883035: Merge remote branch 'autotest-upstream/master' into autotest-merge (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/tests/kvm/tests/iofuzz.py
diff --git a/client/tests/kvm/tests/iofuzz.py b/client/tests/kvm/tests/iofuzz.py
index 7189f91aa9b2345fcb1890e532cfd9a8774d8f74..ea25ba26d61dc1520136299bf1fb190af27d55ec 100644
--- a/client/tests/kvm/tests/iofuzz.py
+++ b/client/tests/kvm/tests/iofuzz.py
@@ -84,8 +84,8 @@ def run_iofuzz(test, params, env):
logging.debug("Could not re-login, reboot the guest")
session = vm.reboot(method="system_reset")
else:
- raise error.TestFail("VM has quit abnormally during %s",
- (op, operand))
+ raise error.TestFail("VM has quit abnormally during "
+ "%s: %s" % (op, operand))
login_timeout = float(params.get("login_timeout", 240))

Powered by Google App Engine
This is Rietveld 408576698