From 49e3ff12c81f3f1741a2abcb17a7b2699eb36eda Mon Sep 17 00:00:00 2001 From: Andrey Vagin Date: Mon, 18 May 2015 17:46:54 +0300 Subject: [PATCH] zdtm: execute checkskip hooks The currect version does nothing. Cc: Tycho Andersen Signed-off-by: Andrey Vagin --- test/zdtm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/zdtm.sh b/test/zdtm.sh index 9d97779d23..a78a8b5093 100755 --- a/test/zdtm.sh +++ b/test/zdtm.sh @@ -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