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

Unified Diff: src/scripts/mod_for_factory_scripts/400configAutotest

Issue 2132008: Update factory installer, factory test (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: integrate autupdate server changes Created 10 years, 7 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: src/scripts/mod_for_factory_scripts/400configAutotest
diff --git a/src/scripts/mod_for_factory_scripts/400configAutotest b/src/scripts/mod_for_factory_scripts/400configAutotest
index 5eb3b86a40c72c56beec44b26ff25f4ab5302936..b702bc07410d86371355faeb88506197c60ae8b6 100755
--- a/src/scripts/mod_for_factory_scripts/400configAutotest
+++ b/src/scripts/mod_for_factory_scripts/400configAutotest
@@ -6,7 +6,7 @@
echo "Create global_config.ini in autotest directory."
-GLOBAL_CONFIG="${STATEFUL_DIR}/home/autotest-client/global_config.ini"
+GLOBAL_CONFIG="${ROOT_FS_DIR}/usr/local/autotest/global_config.ini"
if [ -f "${GLOBAL_CONFIG}" ]; then
echo -e "File ${GLOBAL_CONFIG} already exists."
« no previous file with comments | « src/scripts/mod_for_factory_scripts/200patchInitScript ('k') | src/scripts/mod_for_factory_scripts/500copyQualDb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698