mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +02:00
mod_image_for_test: drop the quietness from rsync to see what's being copied
Change-Id: I3405d1b7a15e2715c012074870b9941f7e225035 Review URL: http://codereview.chromium.org/3228006
This commit is contained in:
parent
0c13b46899
commit
a8216d3334
@ -136,7 +136,7 @@ install_autotest() {
|
|||||||
sudo rm -rf "${stateful_root}/autotest-pkgs" || true
|
sudo rm -rf "${stateful_root}/autotest-pkgs" || true
|
||||||
sudo rm -rf "${stateful_root}/lib/icedtea6" || true
|
sudo rm -rf "${stateful_root}/lib/icedtea6" || true
|
||||||
|
|
||||||
sudo rsync --delete --delete-excluded -auvq \
|
sudo rsync --delete --delete-excluded -auv \
|
||||||
--exclude=deps/realtimecomm_playground \
|
--exclude=deps/realtimecomm_playground \
|
||||||
--exclude=tests/ltp \
|
--exclude=tests/ltp \
|
||||||
--exclude=site_tests/graphics_O3DSelenium \
|
--exclude=site_tests/graphics_O3DSelenium \
|
||||||
|
Loading…
Reference in New Issue
Block a user