Reflect the change that moves startx.sh to a new place.

Reflect the change: http://codereview.chromium.org/3277004

BUG=chrome-os-partner:501 fix the unexpected EOF error
TEST=run image_to_usb --factory and start factory ui on a device

Review URL: http://codereview.chromium.org/3262004

Change-Id: Ieec1237d51c0ca3041be7934405ba44b31f04ea6
This commit is contained in:
Tom Wai-Hong Tam 2010-08-31 05:35:00 +08:00
parent 70e2c9e72a
commit 1e0dcbd15c

View File

@ -48,7 +48,7 @@ stop on starting halt or starting reboot
script
cd /usr/local/autotest
eval \$(./deps/factory/startx.sh)
eval \$(./site_tests/suite_Factory/startx.sh)
date >> /var/log/factory.log
if [ ! -e factory_started ]; then
touch factory_started