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:
parent
240f80d02b
commit
eea87806ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user