| Index: client/common_lib/cros/autoupdater.py
|
| diff --git a/client/common_lib/cros/autoupdater.py b/client/common_lib/cros/autoupdater.py
|
| index 0d0a5a6ac295f3258e0bd2cdd07c6bc8554428dc..244cbbdd117d6f9ec88c76f4f07641c2a52be77c 100644
|
| --- a/client/common_lib/cros/autoupdater.py
|
| +++ b/client/common_lib/cros/autoupdater.py
|
| @@ -117,11 +117,7 @@ class ChromiumOSUpdater():
|
| # is testable after we run the autoupdater.
|
| statefuldev_url = self.update_url.replace('update', 'static/archive')
|
|
|
| - # --stateful_change=clean tells the updater to reset the stateful
|
| - # partition to factory state; giving us a clean slate for testing.
|
| - statefuldev_cmd = ' '.join([STATEFULDEV_UPDATER,
|
| - '--stateful_change=clean',
|
| - statefuldev_url,
|
| + statefuldev_cmd = ' '.join([STATEFULDEV_UPDATER, statefuldev_url,
|
| '2>&1'])
|
| logging.info(statefuldev_cmd)
|
| try:
|
|
|