From 564ef0bd873044e2c7530bd2cd0e923b8a3ac1d5 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 1 Nov 2009 15:11:26 +0100 Subject: [PATCH] add testing with parallel execution Signed-off-by: Nico Schottelius --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e509290..4590d29 100644 --- a/Makefile +++ b/Makefile @@ -210,3 +210,4 @@ test2: ccollect.sh /tmp/ccollect cd ./conf/sources/; for s in *; do CCOLLECT_CONF=../ ../../ccollect.sh daily "$$s"; done touch /tmp/ccollect/$$(ls /tmp/ccollect | head -n1).ccollect-marker CCOLLECT_CONF=./conf ./ccollect.sh -a daily + CCOLLECT_CONF=./conf ./ccollect.sh -a -p daily