From 6dd73c2866ad01e092d9879ac23b75467250fe71 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 8 Apr 2008 12:08:18 +0200 Subject: test: run smbconftort testsuite from the local_s3 tests Michael (This used to be commit 6641061f76d2175b9476a96d24b99a52163936ca) --- source3/script/tests/test_local_s3.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/script/tests/test_local_s3.sh') 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 -- cgit