mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-14 04:16:27 -04:00
Return 1 if any tests failed so that the build farm can pick it up.
This commit is contained in:
@@ -90,3 +90,10 @@ echo " $failed failed"
|
||||
echo " $skipped skipped"
|
||||
echo " $missing missing"
|
||||
echo '------------------------------------------------------------'
|
||||
|
||||
if test $failed -gt 0
|
||||
then
|
||||
exit 1
|
||||
else
|
||||
exit 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user