summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_functions.sh
AgeCommit message (Collapse)AuthorFilesLines
2008-04-01test: be more portable. replace 'echo -n' by 'printf "%s"' in test_functions.shMichael Adam1-3/+3
Michael (This used to be commit c0c41184277044eb856f91c025f645c198cac188)
2007-11-09make test: start winbinddStefan Metzmacher1-0/+57
metze (This used to be commit 8ad4287cca5393a7fef148365aef2e2377c29280)
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-7/+272
(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-272/+7
4's selftest code. See the mailing list for details. (This used to be commit bdc831ddb3a860676c36bbd89e6f748946df68a1)
2007-10-10r21767: Revert all the bits I accidentally committed in r21766.James Peach1-2/+2
(This used to be commit 7e862b908057b7971f8163ee94c9358a63998e87)
2007-10-10r21766: Fix compiler warning.James Peach1-2/+2
(This used to be commit f82ac78b2fa623f5868201bd54ffac9c8f318eef)
2007-10-10r19444: merge from samba4:Stefan Metzmacher1-0/+2
reset trap when we have removed the test specifc files already metze (This used to be commit 36065025c70d4ae3115554aac44c8807725a63b7)
2007-10-10r19181: merge from samba4:Stefan Metzmacher1-1/+6
with "export MAKE_TEST_KEEP_PCAP=yes" make test doesn't delete the generated pcap files metze (This used to be commit 74212c30563826e2248c1cb16e4c953a28a25488)
2007-10-10r19170: use a very clever trick to pass the binary name to theStefan Metzmacher1-0/+10
gdb_backtrace script, I never noticed that %$(envvar) exists... Thanks to Bjoern Jacke for the suggestion! metze (This used to be commit 12a37bab3eafdabeb4f0dc23254bdec41860cd87)
2007-10-10r19169: port the trick to only display the smbd and nmbd log outputStefan Metzmacher1-4/+27
of the current test metze (This used to be commit f668d4839de0ec98fcacf2efb6a69970757bebdd)
2007-10-10r19100: merge from samba4:Stefan Metzmacher1-5/+20
export MAKE_TEST_ENABLE_PCAP=yes enables SOCKET_WRAPPER_PCAP_FILE support in make test metze (This used to be commit 5faf816885b7a1bca5a25ab1ef5151d4e364cbda)
2007-10-10r17934: allow srcdir != builddir for 'make test'Gerald Carter1-2/+2
(This used to be commit 70f223554922947a17e81f1002b184db879a2195)
2007-10-10r15924: Ok, the Solaris fix broke AIX. Next try :-)Volker Lendecke1-2/+2
Volker (This used to be commit 53bd3fa30ad1f8bada4a49e4c79ea7ff70188174)
2007-10-10r15918: Attempt to bring Solaris into make test. The Solaris shell does not ↵Volker Lendecke1-2/+2
like the isolated !. Metze, can you check this? Thanks, Volker (This used to be commit c9542c64ce2a21671b8f4e30780e8a6e07ab6632)
2007-10-10r15873: Use short signal names to placate ksh trap. bash seems to accept eitherJim McDonough1-2/+2
and even uses them on the manpage. this should now enable make test on AIX. (This used to be commit de836d2077e53c07a50c51d1580f8e93700eb5bd)
2007-10-10r15872: Take one step toward getting this working on AIX. the [-z ] stuffJim McDonough1-2/+2
doesn't work there. (This used to be commit 0ee78d96d9bd039084a270172316d80df4c00248)
2007-10-10r14884: this doesn't work and causes processes to be left when using ctrl-c ↵Stefan Metzmacher1-4/+1
(SIGINT) metze (This used to be commit 1ac5351646b18f28b1f9ed477b6e6046e1bdf783)
2007-10-10r14865: - enforce timelimits for the testsStefan Metzmacher1-1/+4
- and skip some long tests for now metze (This used to be commit 1d52ae786d400441d9f5b30b4fa9e4e8ff64f7e4)
2007-10-10r14678: - we need to use 127.0.0.2/8 as interface for the serverStefan Metzmacher1-3/+3
as nmbd skip interfaces with address 127.0.0.1 - add samba3 smbclient -L tests - add samba3 smbtorture tests metze (This used to be commit 835f8f4339f41619ec890e38569b745c5ef5d44e)
2007-10-10r14632: add basic 'make test' using samba4's smbtortureStefan Metzmacher1-0/+221
I'll try to add some tests using samba3's smbtorture and smbclient later. can someone check if this would be save to run on the build-farm without leaking child processes... metze (This used to be commit 899fd6808ebd04d039caf7199c60d34a4987b43a)