]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
set status to 1 on R:FAIL
authorMark Andrews <marka@isc.org>
Mon, 19 Dec 2011 23:13:00 +0000 (23:13 +0000)
committerMark Andrews <marka@isc.org>
Mon, 19 Dec 2011 23:13:00 +0000 (23:13 +0000)
bin/tests/system/runall.sh

index 65c125354a8d0359b12b053cf4e03f3cc795353d..3056e8faa57af302f6893968bd5582f9d220a7dd 100644 (file)
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: runall.sh,v 1.8.332.4 2011/11/01 23:45:32 tbox Exp $
+# $Id: runall.sh,v 1.8.332.5 2011/12/19 23:13:00 marka Exp $
 
 #
 # Run all the system tests.
@@ -47,5 +47,6 @@ EOF
 
 echo "I:System test result summary:"
 grep '^R:' systests.output | sort | uniq -c | sed -e 's/^/I:   /' -e 's/R://'
+grep '^R:FAIL' systests.output > /dev/null && status=1
 
 exit $status