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

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: Revert to hard-coded path for logging_UserCrash Created 9 years, 11 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 8ed326845e8c5de966023c5bcc54d279203ebf3a..94dcb6ae8fce70697009a5d52c3d76bf293f139a 100644
--- a/client/site_tests/logging_UserCrash/logging_UserCrash.py
+++ b/client/site_tests/logging_UserCrash/logging_UserCrash.py
@@ -586,7 +586,7 @@ class logging_UserCrash(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'):
+ '/usr/local/autotest/tests/crash_log_recursion_test'):
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