[CRIU] [PATCH 4/5] test/pipes: execute two test cases
Andrey Vagin
avagin at openvz.org
Thu Jul 2 02:47:10 PDT 2015
* reopen a pipe descriptor via /proc/self/fd/X
* give another end of a pipe to "criu restore"
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
test/pipes/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/pipes/Makefile b/test/pipes/Makefile
index dbfae4e..71b16be 100644
--- a/test/pipes/Makefile
+++ b/test/pipes/Makefile
@@ -7,6 +7,8 @@ run: pipe
./pipe -c && \
./pipe -cl && \
./pipe -d && \
+ ./pipe -o && \
+ ./pipe -r && \
./pipe -dc && \
./pipe -dcl && \
true
--
2.1.0
More information about the CRIU
mailing list