test: run smbconftort testsuite from the local_s3 tests
authorMichael Adam <obnox@samba.org>
Tue, 8 Apr 2008 10:08:18 +0000 (12:08 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 9 Apr 2008 23:29:01 +0000 (01:29 +0200)
Michael

source/script/tests/test_local_s3.sh

index fd8f98ccabb5e608d54e0a47889ebfb8cd7ec183..5de7f1aa82dd92688287748a81192d4567f7f268 100755 (executable)
@@ -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