Chromium Code Reviews| Index: client/site_tests/logging_UserCrash/logging_UserCrash.py |
| diff --git a/client/site_tests/logging_UserCrash/logging_UserCrash.py b/client/site_tests/logging_UserCrash/logging_UserCrash.py |
| index befe8bf1b4852be0cabeeca5d2d9a201ced239c5..72d215f984202f42052d2b4e066e9ecfea5ba87a 100644 |
| --- a/client/site_tests/logging_UserCrash/logging_UserCrash.py |
| +++ b/client/site_tests/logging_UserCrash/logging_UserCrash.py |
| @@ -584,7 +584,7 @@ class logging_UserCrash(site_crash_test.CrashTest): |
| # The configuration file hardcodes this path, so make sure it's still |
| # the same. |
| if (recursion_triggering_crasher != |
| - '/home/autotest/tests/crash_log_recursion_test'): |
| + os.path.join(self.autodir, 'tests/crash_log_recursion_test')): |
|
kmixter1
2011/01/07 01:30:04
This isn't the right change. There is in the base
DaleCurtis
2011/01/07 01:48:57
Symlink seems dirty. I fixed path in .conf file in
|
| raise error.TestError('Path to recursion test changed') |
| # Copy crasher_path to a test location with correct mode and a |
| # special name to trigger crash log creation. |