summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_local_s3.sh
AgeCommit message (Collapse)AuthorFilesLines
2011-03-29s3-selftest unconditionaly include subunit.shAndrew Bartlett1-2/+0
we no longer . this file into other shell scripts, so we don't need this check any more. Andrew Bartlett
2011-02-19s3:tests: include subunit.sh instead of test_functions.sh in test_local_s3.shMichael Adam1-2/+2
It would actually not be necessary at all to include a script providing testit() and so on, since this script snippet is currently only sourced in tests.sh to plan the included test.
2009-06-19s3: fix make test with external libtalloc or libtdb.Michael Adam1-4/+13
This skips the talloctort and tdbtorture tests when the corresponding binaries are not present. There might be more clever ways of detecting wether samba has been linked with internal or external libraries, but as a first approximation, this seems valid. Michael
2009-01-30s3:tests: add a guard arround . $incdir/test_functions.shStefan Metzmacher1-0/+2
So that caller can overwrite the functions. metze
2008-04-11test: not only pretend to call smbconftort - really do it :-}Michael Adam1-1/+1
Michael (This used to be commit e0947537e61cdc7aaaf1256a7f9a590f006cb3d9)
2008-04-11some shells are pickier than others ...Björn Jacke1-1/+1
(This used to be commit 9aabfa44d95128ded567d0949a6dd42786cbf6fb)
2008-04-10test: run smbconftort testsuite from the local_s3 testsMichael Adam1-0/+3
Michael (This used to be commit 6641061f76d2175b9476a96d24b99a52163936ca)
2008-01-13Fix a syntax error in script/tests/test_local_s3.sh .Michael Adam1-1/+1
This will reveal the currently breaking tdbtorture to the build farm... Michael (This used to be commit 50f65c3c5500da8d657d5fc340e666ee8cfe148e)
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-4/+18
(This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab)
2007-10-10r25415: Merge the 3.2-perltest branch that switches Samba 3.2 to use Samba ↵Jelmer Vernooij1-18/+4
4's selftest code. See the mailing list for details. (This used to be commit bdc831ddb3a860676c36bbd89e6f748946df68a1)
2007-10-10r23489: (Re-)Add tdbtorture as a build target to 3_0_26.Michael Adam1-0/+3
Add the tdbtorture test to the test script in 3_0 and 3_0_26. Michael (This used to be commit 30d71cf4b8decd6fad0c44a3eb57e29ea7d898a0)
2007-10-10r19038: build libreplace testsuite as replacetortStefan Metzmacher1-0/+3
and run it with make test metze (This used to be commit 9db9eb199f1902cb7e7f4f700b8594f4fc98ae8a)
2007-10-10r17953: run bin/talloctort with samba3's make testStefan Metzmacher1-0/+20
metze (This used to be commit 2d3ab069ddcb28ebd7cc72021a3510a606b50630)