From 4cfbc7254a49503a3c980a1b20264915d6b3b807 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 8 Jul 2009 18:12:05 +0200 Subject: simplified worker thread handling based on now working with detached threads. This is probably the biggest patch in this series and with large bug potential. --- tests/daqueue-persist.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/daqueue-persist.sh b/tests/daqueue-persist.sh index e071e413..ff81c987 100755 --- a/tests/daqueue-persist.sh +++ b/tests/daqueue-persist.sh @@ -2,6 +2,7 @@ # to carry out multiple tests with different queue modes # added 2009-05-27 by Rgerhards # This file is part of the rsyslog project, released under GPLv3 +echo TEST: daqueue-persist.sh source $srcdir/daqueue-persist-drvr.sh LinkedList source $srcdir/daqueue-persist-drvr.sh FixedArray # the disk test should not fail, however, the config is extreme and using -- cgit