From: Martin Schwenke Date: Wed, 25 Sep 2019 06:37:46 +0000 (+1000) Subject: ctdb-tests: Skip README files in test directories/collections X-Git-Tag: talloc-2.3.1~659 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4046baad5c3a5155c18566f853a9a08eb7fa431a;p=thirdparty%2Fsamba.git ctdb-tests: Skip README files in test directories/collections Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/run_tests.sh b/ctdb/tests/run_tests.sh index 31cb9275df9..b66e1b8bfbd 100755 --- a/ctdb/tests/run_tests.sh +++ b/ctdb/tests/run_tests.sh @@ -229,6 +229,12 @@ run_tests () local f for f in "${tests[@]}" ; do + case "$f" in + */README|*/README.md) + continue + ;; + esac + if [ ! -e "$f" ] ; then # Can't find it? Check relative to CTDB_TEST_DIR. # Strip off current directory from beginning,