diff options
author | Michael Adam <obnox@samba.org> | 2008-04-08 12:08:18 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-04-10 01:29:01 +0200 |
commit | 6dd73c2866ad01e092d9879ac23b75467250fe71 (patch) | |
tree | 34c5f49bbd41787a2ba48dfbfb81ae99cce75099 /source3/script | |
parent | 3201155e009f25c606e5ac809f5759cbda7771f4 (diff) | |
download | samba-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')
-rwxr-xr-x | source3/script/tests/test_local_s3.sh | 3 |
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 |