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
This commit is contained in:
parent
c49dbd4775
commit
c4e01cc146
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue