| Index: mod_image_for_test.sh
|
| diff --git a/mod_image_for_test.sh b/mod_image_for_test.sh
|
| index 06ad120ee043620012236c986cc6afeddcbf0554..a41c4e42f4138ca4a157d51be44fa3f5b814ebef 100755
|
| --- a/mod_image_for_test.sh
|
| +++ b/mod_image_for_test.sh
|
| @@ -136,7 +136,7 @@ install_autotest() {
|
| sudo rm -rf "${stateful_root}/autotest-pkgs" || 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=tests/ltp \
|
| --exclude=site_tests/graphics_O3DSelenium \
|
|
|