summaryrefslogtreecommitdiffstats
path: root/tests/ulogd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ulogd')
-rw-r--r--tests/ulogd12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/ulogd b/tests/ulogd
new file mode 100644
index 0000000..f72604f
--- /dev/null
+++ b/tests/ulogd
@@ -0,0 +1,12 @@
+INITD=$@
+PROC=$INITD
+ apk_add $@
+ /etc/init.d/$INITD start
+ sleep 1
+ pidof $PROC
+ /etc/init.d/$INITD stop
+ while pidof $PROC; do\
+ echo -n "." >/dev/tty;\
+ sleep 1;\
+ done
+ apk_del $@