X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f08aacf7d66fac3004dbf0871006b9880968cec1..be2f866b4cacadbed2d18bd6b3e23ae0afc04d4e:/runtests.sh diff --git a/runtests.sh b/runtests.sh index 62121210..9a9b07d6 100755 --- a/runtests.sh +++ b/runtests.sh @@ -209,6 +209,13 @@ do skipped=`expr $skipped + 1` discard_scratch ;; + 78) + # It failed, but we expected that. don't dump out error logs, + # because most users won't want to see them. But do leave + # the working directory around. + echo "XFAIL $testbase" + failed=`expr $failed + 1` + ;; *) echo "FAIL $testbase" echo "----- $testbase failed: log follows"