From c4e01cc146d67d8bb7e2c2764eb3b9403873ed3f Mon Sep 17 00:00:00 2001 From: Dale Curtis Date: Mon, 10 Jan 2011 11:49:50 -0800 Subject: [PATCH] Change path from /home/autotest to /usr/local/autotest. Additional change for the relocation of Autotest from /home/autotest to /usr/local/autotest. See http://codereview.chromium.org/6090004/ Change-Id: I2995fdc76f56d4efbb6450d4a7da3adc321eae91 BUG=chromium-os:10799 TEST=Will test as whole with rest of /usr/local changes. Review URL: http://codereview.chromium.org/5964016 --- crash_reporter/crash_reporter_logs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crash_reporter/crash_reporter_logs.conf b/crash_reporter/crash_reporter_logs.conf index 5ae82a21d..172b9c38c 100644 --- a/crash_reporter/crash_reporter_logs.conf +++ b/crash_reporter/crash_reporter_logs.conf @@ -19,4 +19,4 @@ update_engine:cat $(ls -1tr /var/log/update_engine | tail -5 | sed s.^./var/log/ # The following rules are only for testing purposes. crash_log_test:echo hello world -crash_log_recursion_test:sleep 1 && /home/autotest/tests/crash_log_recursion_test +crash_log_recursion_test:sleep 1 && /usr/local/autotest/tests/crash_log_recursion_test