Commit 5357a310 authored by Yang Guo's avatar Yang Guo

e2e test: use sleep to wait in hostexec

parent 84408378
...@@ -22,4 +22,4 @@ CROSS_BUILD_COPY qemu-QEMUARCH-static /usr/bin/ ...@@ -22,4 +22,4 @@ CROSS_BUILD_COPY qemu-QEMUARCH-static /usr/bin/
RUN apk --update add curl netcat-openbsd iproute2 && rm -rf /var/cache/apk/* RUN apk --update add curl netcat-openbsd iproute2 && rm -rf /var/cache/apk/*
# wait forever # wait forever
CMD rm -f /fifo && mkfifo /fifo && exec cat </fifo CMD while true; do sleep 1d; done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment