e2e test: use sleep to wait in hostexec

pull/6/head
Yang Guo 2018-01-11 17:27:14 -08:00
parent 84408378f9
commit 5357a31043
2 changed files with 2 additions and 2 deletions

View File

@ -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/*
# wait forever
CMD rm -f /fifo && mkfifo /fifo && exec cat </fifo
CMD while true; do sleep 1d; done

View File

@ -1 +1 @@
1.0
1.1