mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 05:48:05 +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:
parent
c8484f10ef
commit
f35bfe1f7d
@ -212,7 +212,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user