summaryrefslogtreecommitdiffstats
path: root/source/script
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
commit6641061f76d2175b9476a96d24b99a52163936ca (patch)
treeadfb8f68595a53705994c0cba1842b5e50af123f /source/script
parent757601ec830f4a08c5fdcbe2d9bfac86fdc6602c (diff)
downloadsamba-6641061f76d2175b9476a96d24b99a52163936ca.tar.gz
samba-6641061f76d2175b9476a96d24b99a52163936ca.tar.xz
samba-6641061f76d2175b9476a96d24b99a52163936ca.zip
test: run smbconftort testsuite from the local_s3 tests
Michael
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/tests/test_local_s3.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/script/tests/test_local_s3.sh b/source/script/tests/test_local_s3.sh
index fd8f98ccabb..5de7f1aa82d 100755
--- a/source/script/tests/test_local_s3.sh
+++ b/source/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