Skip to content

Commit

Permalink
zdtm: execute checkskip hooks
Browse files Browse the repository at this point in the history
The currect version does nothing.

Cc: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Andrey Vagin <avagin@openvz.org>
  • Loading branch information
avagin committed May 18, 2015
1 parent 6f92ded commit 49e3ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/zdtm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,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
Expand Down

0 comments on commit 49e3ff1

Please sign in to comment.