mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 14:55:39 +00:00
zdtm.sh: exec cleanout per test
It's required for parallel execution of tests. Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
c8484f10ef
commit
f35bfe1f7d
@@ -212,7 +212,7 @@ start_test()
|
|||||||
TPID=`readlink -f $tdir`/$tname.init.pid
|
TPID=`readlink -f $tdir`/$tname.init.pid
|
||||||
|
|
||||||
killall -9 $tname > /dev/null 2>&1
|
killall -9 $tname > /dev/null 2>&1
|
||||||
make -C $tdir cleanout
|
make -C $tdir $tname.cleanout
|
||||||
|
|
||||||
if [ -z "$PIDNS" ]; then
|
if [ -z "$PIDNS" ]; then
|
||||||
make -C $tdir $tname.pid
|
make -C $tdir $tname.pid
|
||||||
|
Reference in New Issue
Block a user