Commit 8cc07f05 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

zdtm: execute checkskip hooks

The currect version does nothing.

Cc: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 7424ccaa
......@@ -654,7 +654,7 @@ run_test()
local rst_args=
DUMP_PATH=""
if [ -f "$test".checkskip ] && [ "$test".checkskip ]; then
if [ -f "$test".checkskip ] && ! "$test".checkskip; then
echo "Skip $test"
return 0
fi
......
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