X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/952cf8f4f34feba3d40f2cda90d2453f70aa2b3a..d2476f0db3d3769eb23c9a4907d24e526cb61307:/runtests.sh diff --git a/runtests.sh b/runtests.sh index 64ba3173..ff67838f 100755 --- a/runtests.sh +++ b/runtests.sh @@ -203,4 +203,6 @@ echo " $passed passed" [ "$missing" -gt 0 ] && echo " $missing missing" echo '------------------------------------------------------------' -exit `expr $failed + $missing` +result=`expr $failed + $missing` +echo "(overall result is $result)" +exit $result