add some more nobug keywords to the test.sh exception list

This commit is contained in:
Christian Thaeter 2009-06-06 15:22:48 +02:00
parent d740d9734d
commit bf94c90e59

View file

@ -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")"