summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_local_s3.sh
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-08 12:08:18 +0200
committerMichael Adam <obnox@samba.org>2008-04-10 01:29:01 +0200
commit6dd73c2866ad01e092d9879ac23b75467250fe71 (patch)
tree34c5f49bbd41787a2ba48dfbfb81ae99cce75099 /source3/script/tests/test_local_s3.sh
parent3201155e009f25c606e5ac809f5759cbda7771f4 (diff)
downloadsamba-6dd73c2866ad01e092d9879ac23b75467250fe71.tar.gz
samba-6dd73c2866ad01e092d9879ac23b75467250fe71.tar.bz2
samba-6dd73c2866ad01e092d9879ac23b75467250fe71.zip
test: run smbconftort testsuite from the local_s3 tests
Michael (This used to be commit 6641061f76d2175b9476a96d24b99a52163936ca)
Diffstat (limited to 'source3/script/tests/test_local_s3.sh')
-rwxr-xr-xsource3/script/tests/test_local_s3.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/script/tests/test_local_s3.sh b/source3/script/tests/test_local_s3.sh
index fd8f98ccab..5de7f1aa82 100755
--- a/source3/script/tests/test_local_s3.sh
+++ b/source3/script/tests/test_local_s3.sh
@@ -23,4 +23,7 @@ testit "replacetort" $VALGRIND $BINDIR/replacetort || \
testit "tdbtorture" $VALGRIND $BINDIR/tdbtorture || \
failed=`expr $failed + 1`
+testit "smbconftort" $VALGRIND $BINDIR/tdbtorture $CONFIGURATION || \
+ failed =`expr $failed + 1`
+
testok $0 $failed