From e93c60e9a94056387331de72718f5f68ff2bc3e0 Mon Sep 17 00:00:00 2001 From: Zelidrag Hornung Date: Tue, 27 Jul 2010 16:06:20 -0700 Subject: [PATCH] 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 --- mod_image_for_test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mod_image_for_test.sh b/mod_image_for_test.sh index 8ab9053ee9..52712822b7 100755 --- a/mod_image_for_test.sh +++ b/mod_image_for_test.sh @@ -147,6 +147,9 @@ install_autotest() { sudo rm -rf /tmp/autotest/site_tests/graphics_O3DSelenium sudo rm -rf /tmp/autotest/realtimecomm_GTalk* 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/* \ "${stateful_root}/${autotest_client}"