Skip to content

Commit 49e3ff1

Browse files
committed
zdtm: execute checkskip hooks
The currect version does nothing. Cc: Tycho Andersen <[email protected]> Signed-off-by: Andrey Vagin <[email protected]>
1 parent 6f92ded commit 49e3ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/zdtm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ run_test()
653653
local rst_args=
654654
DUMP_PATH=""
655655

656-
if [ -f "$test".checkskip ] && [ "$test".checkskip ]; then
656+
if [ -f "$test".checkskip ] && ! "$test".checkskip; then
657657
echo "Skip $test"
658658
return 0
659659
fi

0 commit comments

Comments
 (0)