mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +02:00
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:
parent
c5fe33d940
commit
e93c60e9a9
@ -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}"
|
||||||
|
Loading…
Reference in New Issue
Block a user