From 5357a3104305ed6330c79f10a66023a67bffcf8c Mon Sep 17 00:00:00 2001 From: Yang Guo Date: Thu, 11 Jan 2018 17:27:14 -0800 Subject: [PATCH] e2e test: use sleep to wait in hostexec --- test/images/hostexec/Dockerfile | 2 +- test/images/hostexec/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/images/hostexec/Dockerfile b/test/images/hostexec/Dockerfile index af6a4cb618..f7edf8391a 100644 --- a/test/images/hostexec/Dockerfile +++ b/test/images/hostexec/Dockerfile @@ -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