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

Unified Diff: mod_for_factory_scripts/400configAutotest

Issue 2825014: Move factory UI files to autotest repo. (Closed) Base URL: ssh://gitrw.chromium.org/crosutils.git
Patch Set: move startx to deps Created 10 years, 6 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 | « mod_for_factory_scripts/200patchInitScript ('k') | mod_for_factory_scripts/factory_startx.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mod_for_factory_scripts/400configAutotest
diff --git a/mod_for_factory_scripts/400configAutotest b/mod_for_factory_scripts/400configAutotest
index a848c9745440c05ac78c825bea70825e527139ab..f642e38729300393cbd7f747fc70c3388fc7bf69 100755
--- a/mod_for_factory_scripts/400configAutotest
+++ b/mod_for_factory_scripts/400configAutotest
@@ -6,14 +6,6 @@
echo "Configure autotest setting."
-SCRIPT_DIR="${GCLIENT_ROOT}/src/scripts/mod_for_factory_scripts/"
-AUTOTEST_DIR="${ROOT_FS_DIR}/usr/local/autotest/"
-
-cp "${SCRIPT_DIR}/factory_ui" "${AUTOTEST_DIR}"
-chmod +x "${AUTOTEST_DIR}/factory_ui"
-cp "${SCRIPT_DIR}/factory_startx.sh" "${AUTOTEST_DIR}"
-chmod +x "${AUTOTEST_DIR}/factory_startx.sh"
-
GLOBAL_CONFIG="${ROOT_FS_DIR}/usr/local/autotest/global_config.ini"
if [ -f "${GLOBAL_CONFIG}" ]; then
« no previous file with comments | « mod_for_factory_scripts/200patchInitScript ('k') | mod_for_factory_scripts/factory_startx.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698