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

ctdb-tests: rename tests from stubby.* to ctdb.*

These tests do not use ctdb tool stub anymore.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>

Autobuild-User(master): Amitay Isaacs <amitay@samba.org>
Autobuild-Date(master): Wed May 11 02:19:20 CEST 2016 on sn-devel-144
This commit is contained in:
Amitay Isaacs 2016-05-10 18:28:40 +10:00 committed by Amitay Isaacs
parent 92c8bd73e9
commit e3fdb0a9b6
45 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ define_test ()
_f=$(basename "$0" ".sh")
case "$_f" in
stubby.*)
_cmd="${_f#stubby.}"
ctdb.*)
_cmd="${_f#ctdb.}"
_cmd="${_cmd%.*}" # Strip test number
export CTDB="ctdb --socket $ctdbd_socket"
export CTDB_DEBUGLEVEL=3