Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Vagin <avagin@openvz.org>2015-08-24 01:26:24 +0300
committerPavel Emelyanov <xemul@parallels.com>2015-08-25 16:00:13 +0300
commit31475ffa6dd9bcfa586bb97cf867f4851aa25043 (patch)
tree3caef10d62e149681b849ce34a7e4950430ab4ea
parentf837310e135c5b69b3d097dc439579f60f2c4818 (diff)
test/rpc: track changes of the criu binary
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
-rw-r--r--test/rpc/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@