From 6641061f76d2175b9476a96d24b99a52163936ca Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 8 Apr 2008 12:08:18 +0200 Subject: [PATCH] test: run smbconftort testsuite from the local_s3 tests Michael --- source/script/tests/test_local_s3.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.11.4.GIT