X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d286ee98b915721150ba20e4a954f83fbc6df30f..e8ca59014212d539dbddcdf6d0d320d70fc2857c:/runtests.sh diff --git a/runtests.sh b/runtests.sh index 1026d053..c27afdab 100755 --- a/runtests.sh +++ b/runtests.sh @@ -118,8 +118,9 @@ then exit 2 fi +RSYNC="$rsync_bin" -export rsync_bin +export rsync_bin RSYNC skipped=0 missing=0 @@ -129,8 +130,9 @@ failed=0 scratchdir=./testtmp [ -d "$scratchdir" ] && rm -r "$scratchdir" mkdir "$scratchdir" - +scratchdir=`cd $scratchdir && pwd` echo " scratchdir=$scratchdir" + suitedir="$srcdir/testsuite" export scratchdir suitedir @@ -145,8 +147,7 @@ do continue fi - echo "------------------------------------------------------------" - echo "----- $testbase running" + echo "----- $testbase starting" if sh $RUNSHFLAGS "$testscript" then @@ -161,6 +162,7 @@ do *) echo "----- $testbase failed!" failed=`expr $failed + 1` + [ "$nopersist" = "yes" ] && exit 1 esac fi done