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

Unified Diff: src/scripts/mod_for_factory_scripts/400configAutotest

Issue 1937002: Launch X server from upstart. New factory UI. Misc script tweaks. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: response to feedback 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 b702bc07410d86371355faeb88506197c60ae8b6..50187528b18e12ad8510547a09e985fef17b7cc7 100755
--- a/src/scripts/mod_for_factory_scripts/400configAutotest
+++ b/src/scripts/mod_for_factory_scripts/400configAutotest
@@ -13,6 +13,13 @@ if [ -f "${GLOBAL_CONFIG}" ]; then
exit 1
fi
+AUTOTEST_DIR="${ROOT_FS_DIR}/usr/local/autotest/"
+
+chmod +x factory_ui
+cp "factory_ui" "${AUTOTEST_DIR}"
+chmod +x factory_startx.sh
+cp "factory_startx.sh" "${AUTOTEST_DIR}"
+
cat > "${GLOBAL_CONFIG}" <<EOF
[CLIENT]
drop_caches: False
« no previous file with comments | « src/scripts/mod_for_factory_scripts/200patchInitScript ('k') | src/scripts/mod_for_factory_scripts/factory_startx.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698