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:
authorRuslan Kuprieiev <kupruser@gmail.com>2016-05-21 16:38:30 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-06-28 13:04:00 +0300
commite569e46b312071c5d8d1a36bfef9be28c444efda (patch)
tree432c018eebe22e3eec4aa0fc627764382ed6493a /test/others/env.sh
parent8a71a4a27d26714900f48670637a67ba08c59d19 (diff)
test: fix manual crit test
In automated tests we use test/crit-recode.py because of performance benefits(no need to launch python interpreter more than once), but manual test is still useful for manual testing, so lets make it work again. Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to 'test/others/env.sh')
-rwxr-xr-xtest/others/env.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/others/env.sh b/test/others/env.sh
index c211ed44a..ee0a748d1 100755
--- a/test/others/env.sh
+++ b/test/others/env.sh
@@ -2,3 +2,5 @@
CRIU=$(readlink -f `dirname ${BASH_SOURCE[0]}`/../../criu/criu)
criu=$CRIU
+CRIT=$(readlink -f `dirname ${BASH_SOURCE[0]}`/../../crit/crit)
+crit=$CRIT