From: Alain Spineux Date: Fri, 19 Feb 2021 10:23:08 +0000 (+0100) Subject: regress: tweak async.sh to shows the file that are synced X-Git-Tag: Release-11.3.2~552 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c12c495464dd3e7fa97df59d614ef369f1a63ac;p=thirdparty%2Fbacula.git regress: tweak async.sh to shows the file that are synced --- diff --git a/regress/scripts/async.sh b/regress/scripts/async.sh index 1402913f1..2d1182be7 100755 --- a/regress/scripts/async.sh +++ b/regress/scripts/async.sh @@ -53,7 +53,8 @@ if [ -x bin/bacula ] ; then fi #rsync -av ${BACULA_SOURCE}/ build/ --exclude examples/ --exclude patches/ --exclude src/win32 || die "rsync failed" -rsync -av --stats --exclude examples/ --exclude patches/ --exclude src/win32 --exclude src/config.h --exclude src/hosts.h --exclude src/version.h --include '*/' --include "*.c" --include "*.cc" --include '*.cpp' --include '*.h' --exclude '*' ${BACULA_SOURCE}/ build/ > tmp/rsync.log 2>&1 || die "rsync failed" +echo rsyncing ... +rsync -av --stats --exclude examples/ --exclude patches/ --exclude src/win32 --exclude src/config.h --exclude src/hosts.h --exclude src/version.h --include '*/' --include "*.c" --include "*.cc" --include '*.cpp' --include '*.h' --exclude '*' ${BACULA_SOURCE}/ build/ 2>&1 || die "rsync failed" if grep "Number of files transferred: 0" tmp/rsync.log > /dev/null && check_bin bin; then echo "No Changes in sources"