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

Unified Diff: client/site_tests/logging_UserCrash/logging_UserCrash.py

Issue 6090004: Move Autotest to /usr/local/autotest and fix hard-coded autodir paths in client tests. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Merge with HEAD. Created 9 years, 12 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
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.

Powered by Google App Engine
This is Rietveld 408576698