| 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
|
|
|
|
|