From 31475ffa6dd9bcfa586bb97cf867f4851aa25043 Mon Sep 17 00:00:00 2001 From: Andrey Vagin Date: Mon, 24 Aug 2015 01:26:24 +0300 Subject: [PATCH] test/rpc: track changes of the criu binary Signed-off-by: Andrey Vagin Signed-off-by: Pavel Emelyanov --- test/rpc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rpc/Makefile b/test/rpc/Makefile index a23d721b6..de90ac73e 100644 --- a/test/rpc/Makefile +++ b/test/rpc/Makefile @@ -9,7 +9,7 @@ run: all chmod a+rwx build sudo -g '#1000' -u '#1000' ./run.sh -criu: +criu: ../../criu cp ../../criu $@ chmod u+s $@