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

Unified Diff: mod_for_test_scripts/750enableExternalExtensions

Issue 5972012: Fix path for upcoming Autotest relocation. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mod_for_test_scripts/750enableExternalExtensions
diff --git a/mod_for_test_scripts/750enableExternalExtensions b/mod_for_test_scripts/750enableExternalExtensions
index 9d3b33827e230d85153c64a7a81f86f8a39d240e..8ceb04c20f5d12ae2b5de5247becccf9d863d66c 100755
--- a/mod_for_test_scripts/750enableExternalExtensions
+++ b/mod_for_test_scripts/750enableExternalExtensions
@@ -8,7 +8,7 @@
# to launch a packaged extension at login.
echo "Creating external_extensions.json symlink"
-LINK_TARGET="/home/autotest/tests/external_extensions.json"
+LINK_TARGET="/usr/local/autotest/tests/external_extensions.json"
EXT_DIR="${ROOT_FS_DIR}/opt/google/chrome/extensions"
FILE="${EXT_DIR}/external_extensions.json"
mkdir -p $EXT_DIR
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698