summaryrefslogtreecommitdiff
path: root/kvmd/Makefile
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-08 22:02:44 +0000
committerDevaev Maxim <[email protected]>2018-07-08 22:02:44 +0000
commit5efc812f425461262d133379ad86200833ab3f01 (patch)
tree7a1f6835c53d1f0ba418ad316539560737600022 /kvmd/Makefile
parent67860c2e8de4b28f33ab32c461fc61fec3cc23c7 (diff)
nginx inside testenv
Diffstat (limited to 'kvmd/Makefile')
-rw-r--r--kvmd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/kvmd/Makefile b/kvmd/Makefile
index d9e6d8fb..0f23dfb3 100644
--- a/kvmd/Makefile
+++ b/kvmd/Makefile
@@ -2,7 +2,8 @@ TESTENV_IMAGE ?= kvmd-testenv
TESTENV_VIDEO ?= /dev/video0
TESTENV_LOOP ?= /dev/loop7
TESTENV_CMD ?= /bin/bash -c " \
- ln -s $(TESTENV_VIDEO) /dev/kvmd-streamer \
+ nginx -c /testenv/nginx.conf \
+ && ln -s $(TESTENV_VIDEO) /dev/kvmd-streamer \
&& (losetup -d /dev/kvmd-msd || true) \
&& losetup /dev/kvmd-msd /root/loop.img \
&& python -m kvmd -c testenv/kvmd.yaml \