diff --git a/mod_image_for_test.sh b/mod_image_for_test.sh index 06ad120ee0..a41c4e42f4 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 \