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:
Zdenek Behan 2010-08-27 20:37:15 -07:00
parent 0c13b46899
commit a8216d3334

View File

@ -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 \