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

Unified Diff: mod_for_factory_scripts/200patchInitScript

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 | « no previous file | mod_for_factory_scripts/400configAutotest » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mod_for_factory_scripts/200patchInitScript
diff --git a/mod_for_factory_scripts/200patchInitScript b/mod_for_factory_scripts/200patchInitScript
index 391ff07a7d925d858c376a1a6dc58f57098e0dc9..d0cdd9cbfad919f1d5500f3b441ce10b8665fa62 100755
--- a/mod_for_factory_scripts/200patchInitScript
+++ b/mod_for_factory_scripts/200patchInitScript
@@ -49,11 +49,11 @@ stop on starting halt or starting reboot
script
cd /usr/local/autotest
-eval \$(./factory_startx.sh)
+eval \$(./deps/factory/startx.sh)
date >> /var/log/factory.log
if [ ! -e factory_started ]; then
touch factory_started
- cp -f site_tests/suite_Factory/control.ui control
+ cp -f site_tests/suite_Factory/control .
./bin/autotest control >> /var/log/factory.log 2>&1
else
./tools/autotest >> /var/log/factory.log 2>&1
« no previous file with comments | « no previous file | mod_for_factory_scripts/400configAutotest » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698