]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-tests: Move shellcheck tests to UNIT/ subdirectory
authorMartin Schwenke <martin@meltin.net>
Mon, 9 Sep 2019 00:48:05 +0000 (10:48 +1000)
committerAmitay Isaacs <amitay@samba.org>
Thu, 26 Sep 2019 04:45:36 +0000 (04:45 +0000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tests/UNIT/shellcheck/base_scripts.sh [moved from ctdb/tests/shellcheck/base_scripts.sh with 100% similarity]
ctdb/tests/UNIT/shellcheck/ctdb_helpers.sh [moved from ctdb/tests/shellcheck/ctdb_helpers.sh with 100% similarity]
ctdb/tests/UNIT/shellcheck/ctdbd_wrapper.sh [moved from ctdb/tests/shellcheck/ctdbd_wrapper.sh with 100% similarity]
ctdb/tests/UNIT/shellcheck/event_scripts.sh [moved from ctdb/tests/shellcheck/event_scripts.sh with 100% similarity]
ctdb/tests/UNIT/shellcheck/functions.sh [moved from ctdb/tests/shellcheck/functions.sh with 100% similarity]
ctdb/tests/UNIT/shellcheck/init_script.sh [moved from ctdb/tests/shellcheck/init_script.sh with 100% similarity]
ctdb/tests/UNIT/shellcheck/scripts/local.sh [moved from ctdb/tests/shellcheck/scripts/local.sh with 100% similarity]
ctdb/tests/UNIT/shellcheck/tests.sh [moved from ctdb/tests/shellcheck/tests.sh with 100% similarity]
ctdb/tests/UNIT/shellcheck/tools.sh [moved from ctdb/tests/shellcheck/tools.sh with 100% similarity]
ctdb/tests/run_tests.sh
ctdb/wscript

index 52794f907efee81249f79b6559acc4881a8cc22e..0a3cefb0f867412737bd3d145846276d446f042d 100755 (executable)
@@ -307,7 +307,7 @@ unit_tests="
        UNIT/eventd
        UNIT/eventscripts
        UNIT/onnode
-       shellcheck
+       UNIT/shellcheck
        takeover
        takeover_helper
        tool
index 44edaaf13bce81d16817ea39602e4a49ff2f9698..9d7102d16a2ed50968d6b6d44cee0a33f555070f 100644 (file)
@@ -1051,7 +1051,6 @@ def build(bld):
         'UNIT',
         'complex',
         'etc-ctdb',
-        'shellcheck',
         'simple',
         'takeover',
         'takeover_helper',