[CRIU] [PATCH 3/5] zdtm.sh: exec cleanout per test

Andrey Vagin avagin at openvz.org
Fri Jan 18 06:05:18 EST 2013


It's required for parallel execution of tests.

Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 test/zdtm.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/zdtm.sh b/test/zdtm.sh
index 4a1d4aa..2081dc0 100755
--- a/test/zdtm.sh
+++ b/test/zdtm.sh
@@ -215,7 +215,7 @@ start_test()
 	TPID=`readlink -f $tdir`/$tname.init.pid
 
 	killall -9 $tname > /dev/null 2>&1
-	make -C $tdir cleanout
+	make -C $tdir $tname.cleanout
 
 	if [ -z "$PIDNS" ]; then
 		make -C $tdir $tname.pid
-- 
1.7.11.7



More information about the CRIU mailing list