summaryrefslogtreecommitdiff
path: root/source4/script/tests/selftest.sh
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r7671: added ldap testing to the set of standard testsAndrew Tridgell1-0/+1
(This used to be commit dcdf44024aa93e7eca54247d9058904c6950fae7)
2007-10-10r7506: handle the case where cron does not setup $USERAndrew Tridgell1-1/+4
(This used to be commit d4c1a1be0acbb11df4cfef5e454787b3f86f4181)
2007-10-10r7499: ensure that the account we run tests as ("Administrator") maps to theAndrew Tridgell1-1/+3
unixName that we are running as in the test suite. Otherwise files are created as a user without any entry in the sam, so the ACL doesn't allow that user read permission when it should. This should fix the RAW-ACLS test in the build farm. (This used to be commit 30445483e4facb0a1d8a5979a2eac6c166193c09)
2007-10-10r7495: used --maximum-runtime=300 for each smbtorture call, to prevent itAndrew Tridgell1-0/+5
running too long (This used to be commit 3d70755abfb7764379d648e9bc1697ae9289d02b)
2007-10-10r7485: - allow test_xxx.sh to run outside of 'make test' by ensuring $PREFIX ↵Andrew Tridgell1-0/+7
is setup - use loopback interface only, otherwise nbtd will answer with a real ip, which the socket wrapper code will fail to connect to - enable eadb for posix testing - sleeping to wait for smbd to start is pointless, as smbd won't start till its fifo is opened due to the fifo redirection on stdin - sleep for a few seconds to allow for nbt server to register names after opening fifo - use bcast name resolution, so we don't rely on /etc/hosts being right (This used to be commit 9ce2b9a79ba34705bcd8c32db1e084763702faec)
2007-10-10r7466: add RPC-SPOOLSS to the supported testsStefan Metzmacher1-0/+1
metze (This used to be commit 3c1d2364450a4f157e5f19c01295a8575adebaff)
2007-10-10r7463: - move some more stuff into functionsStefan Metzmacher1-14/+15
- try to kill all jobs return by jobs -p metze (This used to be commit e4f5e52a8454fc2e6d5536e2cc9eb918c6c0e174)
2007-10-10r7434: - do local tests step by step for better build-farm outputStefan Metzmacher1-2/+2
- fix typo ADDARGS -> ADDARG metze (This used to be commit 38e5198b1121725b4f1c9b27ac2f97bee43607fe)
2007-10-10r7432: export SMBD_TEST_FIFOStefan Metzmacher1-4/+14
we can later check if this file exists, in the testit function, and only run the tests if smbd is still up metze (This used to be commit e0b17129f837bef1bca25b77107c65cbaadf13f3)
2007-10-10r7427: disable torture progress outout from the build farmStefan Metzmacher1-0/+3
metze (This used to be commit 288fcf18fec871abc74f4330c880fcf20772dbb1)
2007-10-10r7421: - move test* functions to a seperate fileStefan Metzmacher1-11/+3
- print build farm style output when RUN_FROM_BUILD_FARM=yes metze (This used to be commit 7e567a6b69d05fa180bb4384b503969f79f18068)
2007-10-10r7403: minimize the sharedelayStefan Metzmacher1-0/+1
tridge: is that a good value? metze (This used to be commit a7f7ec6cfe1ed7fbfe98e462eea004d0eb678e9b)
2007-10-10r7402: - don't stop after a failed testStefan Metzmacher1-6/+12
- some more fixes metze (This used to be commit e90b83d03887ed713745280267caa6f2fd549e0f)
2007-10-10r7397: - don't exit when one test failsStefan Metzmacher1-6/+21
- some other cleanups metze (This used to be commit d8490399d91007dfcbada15f917ce56ab88370fc)
2007-10-10r7388: - fix calling of test_posix.shStefan Metzmacher1-5/+6
- move smbd_fifo into the prefix dir metze (This used to be commit 1f0168e18026268671c9745a193a0002da3dda30)
2007-10-10r6852: implement an idea from kinkie to make the 'make test' target ↵Andrew Tridgell1-7/+10
automatically kill smbd when finished, using a fifo this makes 'make test' much safer for build farm usage (This used to be commit a33a424d5bdb24797a83097b8ae6b9ca70793295)
2007-10-10r6577: Make test works without installation now.Jelmer Vernooij1-13/+27
Running as a non-root user using socket_wrapper is possible by simple export SOCKET_WRAPPER_DIR before running 'make test' (This used to be commit 6d93fcc407cfd98e42045c65456cfb0c45f0ff1a)
2007-10-10r6568: Some more small 'make test' fixesJelmer Vernooij1-7/+5
(This used to be commit 02160c991a7e9bef2fabfe338a772e32679edf5d)
2007-10-10r6567: Use "real" prefix for 'make test'Jelmer Vernooij1-5/+5
(This used to be commit 195753b6afe3115762bcc4d579bc4a9f1c45af75)
2007-10-10r6564: - Fix bug in socket_wrapperJelmer Vernooij1-0/+39
- Add options --quiet and --outputdir options to the provisioning script - Add simple 'make test' and 'make test-swrap' (This used to be commit 7d2d4a57e0e58a51c76c2e86ea447e81a1d79544)