]> 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:08:50 +0000 (23:08 +0000)
committerMark Andrews <marka@isc.org>
Mon, 19 Dec 2011 23:08:50 +0000 (23:08 +0000)
bin/tests/system/runall.sh

index 5c5d023e8bbfdae3c9ab74a273a6e2758535a476..cbe35c4b36ef53fa405f93ed9d8304b11367355c 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.12 2011/11/01 23:47:00 tbox Exp $
+# $Id: runall.sh,v 1.13 2011/12/19 23:08:50 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