1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

ctdb:tests: run_tests should ignore bogus test directories

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Martin Schwenke 2013-11-21 16:22:52 +11:00 committed by Michael Adam
parent 240f80d02b
commit eea87806ac

View File

@ -211,6 +211,8 @@ find_and_run_one_test ()
break
fi
done
# No tests found? Not a tests directory! Not found...
[ -n "$status" ] || status=127
elif [ -f "$_f" ] ; then
run_one_test "$_f"
else