]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: tweak async.sh to shows the file that are synced
authorAlain Spineux <alain@baculasystems.com>
Fri, 19 Feb 2021 10:23:08 +0000 (11:23 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:01 +0000 (09:03 +0100)
regress/scripts/async.sh

index 1402913f1f7bb5a14027f940044b12af21ec6ea8..2d1182be701f5025f872f31e6547c21e9548149a 100755 (executable)
@@ -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"