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

Unified Diff: client/run_isolated.py

Issue 2931913002: Fix wording changed in 70b369823ed763667b. (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/run_isolated.py
diff --git a/client/run_isolated.py b/client/run_isolated.py
index 39fb039144d8d9e8fddaa409437225d4a858bc0b..67cb9b2af42ca8858428e16b7e0c95377fa96005 100755
--- a/client/run_isolated.py
+++ b/client/run_isolated.py
@@ -592,7 +592,7 @@ def map_and_run(
logging.error('Failure with %s', e)
success = False
if not success:
- sys.stderr.write(OUTLIVING_ZOMBIE_MSG % ('run', grace_period))
+ sys.stderr.write(OUTLIVING_ZOMBIE_MSG % ('temp', grace_period))
if result['exit_code'] == 0:
result['exit_code'] = 1
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698