mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-25 02:58:54 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue