From 44031107568fae0afe501bf218b48aa74598f132 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 19 Jun 2008 17:19:21 +0200 Subject: testsuite: enable the testparm_s3 tests. Michael (cherry picked from commit 0f5c13e5735990f4325f98156a7dc410276372fe) (cherry picked from commit 784e9e6b9ce4cc043bdeba8ca396f59de51cd294) --- source/script/tests/tests_all.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/script/tests/tests_all.sh b/source/script/tests/tests_all.sh index fa62a5129cc..e44ec8b3c45 100755 --- a/source/script/tests/tests_all.sh +++ b/source/script/tests/tests_all.sh @@ -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 -- cgit v1.2.1