From 464ab920dd7525a2b1ae9fff2494889f9ae4ef50 Mon Sep 17 00:00:00 2001 From: Michael Ploujnikov Date: Sat, 16 Jan 2010 12:52:30 -0500 Subject: [PATCH] ignore RESOURCE_ANNOUNCE in tests makes my threadpool process-function test pass :) --- tests/test.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.conf b/tests/test.conf index c86e03260..38cdca9cc 100755 --- a/tests/test.conf +++ b/tests/test.conf @@ -1 +1 @@ -LOGSUPPRESS='^\(\*\*[0-9]*\*\* \)\?[0-9]\{10,\}: \(TRACE\|INFO\|NOTICE\|WARNING\|ERR\|TODO\|PLANNED\|FIXME\|DEPRECATED\|UNIMPLEMENTED\):' +LOGSUPPRESS='^\(\*\*[0-9]*\*\* \)\?[0-9]\{10,\}: \(TRACE\|INFO\|NOTICE\|WARNING\|ERR\|TODO\|PLANNED\|FIXME\|DEPRECATED\|UNIMPLEMENTED\|RESOURCE_ANNOUNCE\):'