Removed chrome ui tests and its dependencies from the factory test image

BUG=4828
TEST=make sure factory image actually builds while chrome ui autotests are included in the build

Review URL: http://codereview.chromium.org/3010035
This commit is contained in:
Zelidrag Hornung 2010-07-27 16:06:20 -07:00
parent c5fe33d940
commit e93c60e9a9

View File

@ -147,6 +147,9 @@ install_autotest() {
sudo rm -rf /tmp/autotest/site_tests/graphics_O3DSelenium sudo rm -rf /tmp/autotest/site_tests/graphics_O3DSelenium
sudo rm -rf /tmp/autotest/realtimecomm_GTalk* sudo rm -rf /tmp/autotest/realtimecomm_GTalk*
sudo rm -rf /tmp/autotest/site_tests/platform_StackProtector sudo rm -rf /tmp/autotest/site_tests/platform_StackProtector
sudo rm -rf /tmp/autotest/deps/chrome_test
sudo rm -rf /tmp/autotest/site_tests/desktopui_BrowserTest
sudo rm -rf /tmp/autotest/site_tests/desktopui_UITest
sudo cp -fpru /tmp/autotest/* \ sudo cp -fpru /tmp/autotest/* \
"${stateful_root}/${autotest_client}" "${stateful_root}/${autotest_client}"