forked from ungleich-public/ccollect
add testing with parallel execution
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
c2226f9134
commit
564ef0bd87
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
|
Loading…
Reference in a new issue