Chromium Code Reviews| Index: client/bin/site_ui_test.py |
| diff --git a/client/bin/site_ui_test.py b/client/bin/site_ui_test.py |
| index de60bad9e57b8557d9c002a843d713d5ab742809..df07a2128b1d660a9c25ade08a422e448bd798de 100644 |
| --- a/client/bin/site_ui_test.py |
| +++ b/client/bin/site_ui_test.py |
| @@ -258,6 +258,11 @@ class UITest(bin_test.test): |
| logging.error(error) |
| self.logout() |
| + if os.path.isfile(chromeos_constants.CRYPTOHOMED_LOG): |
| + base = os.path.basename(chromeos_constants.CRYPTOHOMED_LOG) |
|
truty1
2010/09/24 00:27:28
should this be in a try block with a logging error
|
| + shutil.copy(chromeos_constants.CRYPTOHOMED_LOG, |
| + os.path.join(self.resultsdir, base)) |
| + |
| self.stop_authserver() |