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

Issue 5964016: Change path from /home/autotest to /usr/local/autotest. (Closed)

Created:
9 years, 11 months ago by DaleCurtis
Modified:
9 years, 7 months ago
Reviewers:
kmixter1
CC:
chromium-os-reviews_chromium.org, ericli
Visibility:
Public.

Description

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. Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=bf77be0

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M crash_reporter_logs.conf View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
DaleCurtis
9 years, 11 months ago (2011-01-07 01:45:26 UTC) #1
kmixter1
9 years, 11 months ago (2011-01-07 03:12:10 UTC) #2
LGTM

On Thu, Jan 6, 2011 at 5:45 PM, <dalecurtis@chromium.org> wrote:

> Reviewers: kmixter1,
>
> Description:
> 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=
> TEST=
>
> Please review this at http://codereview.chromium.org/5964016/
>
> SVN Base: ssh://git@gitrw.chromium.org:9222/crash-reporter.git@master
>
> Affected files:
>  M crash_reporter_logs.conf
>
>
> Index: crash_reporter_logs.conf
> diff --git a/crash_reporter_logs.conf b/crash_reporter_logs.conf
> index
>
5ae82a21ddc3616c91bf3c776276d9d320c7fb82..172b9c38c20f35e60a5029afdde14133c6985a79
> 100644
> --- a/crash_reporter_logs.conf
> +++ b/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
>
>
>

Powered by Google App Engine
This is Rietveld 408576698