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