From bf94c90e59e6f6ac31f65247d3551ef6bfa726e4 Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Sat, 6 Jun 2009 15:22:48 +0200 Subject: [PATCH] add some more nobug keywords to the test.sh exception list --- tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.sh b/tests/test.sh index 7c2ca1427..ce4ef4dee 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -26,7 +26,7 @@ # stop testing on the first failure export LC_ALL=C -NOBUG_LOGREGEX='^\(\*\*[0-9]*\*\* \)\?[0-9]\{10,\}: \(TRACE\|INFO\|NOTICE\|WARNING\|ERR\):' +NOBUG_LOGREGEX='^\(\*\*[0-9]*\*\* \)\?[0-9]\{10,\}: \(TRACE\|INFO\|NOTICE\|WARNING\|ERR\|TODO\|PLANNED\|FIXME\|DEPRECATED\|UNIMPLEMENTED\|NOTREACHED\):' arg0="$0" srcdir="$(dirname "$arg0")"