Commit 8837f0ee authored by Andrei Vagin's avatar Andrei Vagin Committed by Pavel Emelyanov

zdtm/cr_veth: use the --clean alias of the cleanup action

travis-ci: success for zdtm/cr_veth: use the --clean alias of the cleanup action
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent ee561764
......@@ -31,7 +31,7 @@ elif [ "$1" == "--post-restore" ]; then
fi
echo "Device OK"
elif [ "$1" == "--pre-restore" -o "$1" == "--cleanup" ]; then
elif [ "$1" == "--pre-restore" -o "$1" == "--clean" ]; then
# Wait for the link to die
ip l l
while ip l l zdtmvthh0 ; do
......
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