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

Unified Diff: client/site_tests/logging_CrashSender/logging_CrashSender.py

Issue 6577014: Added some documentation to the CrashTest class. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Test before push Created 9 years, 9 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
« no previous file with comments | « client/cros/crash_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/logging_CrashSender/logging_CrashSender.py
diff --git a/client/site_tests/logging_CrashSender/logging_CrashSender.py b/client/site_tests/logging_CrashSender/logging_CrashSender.py
index f42cb14ffc2dc459a4538a1e1962de5f533802fe..681a87a4112c53a6c8a3b6452184223b98d78b56 100644
--- a/client/site_tests/logging_CrashSender/logging_CrashSender.py
+++ b/client/site_tests/logging_CrashSender/logging_CrashSender.py
@@ -254,7 +254,6 @@ class logging_CrashSender(crash_test.CrashTest):
the job eventually runs the sender."""
minidump = self._prepare_sender_one_crash(send_success=True,
reports_enabled=True,
- username='root',
report=None)
if not os.path.exists(minidump):
raise error.TestError('minidump not created')
« no previous file with comments | « client/cros/crash_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698