]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
testsuite: enable the testparm_s3 tests.
authorMichael Adam <obnox@samba.org>
Thu, 19 Jun 2008 15:19:21 +0000 (17:19 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 19 Jun 2008 15:22:27 +0000 (17:22 +0200)
Michael

source/script/tests/tests_all.sh

index fa62a5129cc807b22597153d5b373e2c303430d8..e44ec8b3c451b30b0edf43e49ca6b979cc04ae1c 100755 (executable)
@@ -48,6 +48,12 @@ net_s3() {
        || failed=`expr $failed + $?`
 }
 
+testparm_s3() {
+       echo "RUNNING TESTS testparm_s3"
+       $SCRIPTDIR/test_testparm_s3.sh \
+       || failed=`expr $failed +$?`
+}
+
 posix_s3() {
        echo "RUNNING TESTS posix_s3"
        eval "$LIB_PATH_VAR="\$SAMBA4SHAREDDIR:\$$LIB_PATH_VAR"; export $LIB_PATH_VAR"
@@ -76,6 +82,7 @@ if test "x$TESTS" = "x" ; then
        wbinfo_s3
        ntlm_auth_s3
        net_s3
+       testparm_s3
        posix_s3
 else
        for THIS_TEST in $TESTS; do