Commit f35bfe1f authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

zdtm.sh: exec cleanout per test

It's required for parallel execution of tests.
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent c8484f10
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment