summaryrefslogtreecommitdiffstats
path: root/source4/script
Commit message (Collapse)AuthorAgeFilesLines
...
* r7495: used --maximum-runtime=300 for each smbtorture call, to prevent itAndrew Tridgell2007-10-109-12/+17
| | | | | running too long (This used to be commit 3d70755abfb7764379d648e9bc1697ae9289d02b)
* r7492: give better outputStefan Metzmacher2007-10-101-2/+10
| | | | | metze (This used to be commit 134f5defa0f1eb240207f593866ab75f20943938)
* r7489: just a cosmetic changeStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 2dcbf07d0cc105a49c7b086f340c7ec9b5c97b6a)
* r7485: - allow test_xxx.sh to run outside of 'make test' by ensuring $PREFIX ↵Andrew Tridgell2007-10-102-2/+12
| | | | | | | | | | | | | | | | | 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)
* r7475: removed RPC-SAMLOGON test until we get a lighter version of it. It isAndrew Tridgell2007-10-101-3/+3
| | | | | | | | chewing far too much cpu, which is unfair on our volunteer systems andrew, sorry about this, I think we need RPC-SAMLOGON-FULL, and make RPC-SAMLOGON only do a basic test (This used to be commit 71bf781227c020f1d22382a5417999dfbda23c1b)
* r7469: fix typoStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 98acab72c9bf810a96c6529510ee12eb5a4c74c3)
* r7468: create better outputStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 99152ce6f084acb13dc38b407c569aca89b12ed5)
* r7467: a little fix for the build-farmStefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit 6e8c8f0f8730a755cfbef9d1900f348031ba9b7f)
* r7466: add RPC-SPOOLSS to the supported testsStefan Metzmacher2007-10-102-1/+2
| | | | | metze (This used to be commit 3c1d2364450a4f157e5f19c01295a8575adebaff)
* r7463: - move some more stuff into functionsStefan Metzmacher2007-10-102-26/+116
| | | | | | | - try to kill all jobs return by jobs -p metze (This used to be commit e4f5e52a8454fc2e6d5536e2cc9eb918c6c0e174)
* r7442: skip tests that require smbd, but smbd is downStefan Metzmacher2007-10-102-2/+14
| | | | | metze (This used to be commit dad79155624808aa85c34921f05d2e0cded6ad12)
* r7434: - do local tests step by step for better build-farm outputStefan Metzmacher2007-10-102-2/+27
| | | | | | | - fix typo ADDARGS -> ADDARG metze (This used to be commit 38e5198b1121725b4f1c9b27ac2f97bee43607fe)
* r7432: export SMBD_TEST_FIFOStefan Metzmacher2007-10-101-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)
* r7429: make the shell happy and don't use [bla]Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 4ff50d12aedb03d8b93904655ce9941ff6290b29)
* r7428: try to get some nicer output from the build farmStefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 49e9cf070900874cb4b97ed46f70a43196deae8d)
* r7427: disable torture progress outout from the build farmStefan Metzmacher2007-10-101-0/+3
| | | | | metze (This used to be commit 288fcf18fec871abc74f4330c880fcf20772dbb1)
* r7425: configure check to see if a compiler can handle negative enum valuesStefan Metzmacher2007-10-101-1/+3
| | | | | | | if the compiler doesn't support it we pass --uint-enums to pidl metze (This used to be commit c52703c0a8adb4f64ec52e4bf602e9c17ef2c748)
* r7421: - move test* functions to a seperate fileStefan Metzmacher2007-10-107-144/+87
| | | | | | | - print build farm style output when RUN_FROM_BUILD_FARM=yes metze (This used to be commit 7e567a6b69d05fa180bb4384b503969f79f18068)
* r7403: minimize the sharedelayStefan Metzmacher2007-10-101-0/+1
| | | | | | | tridge: is that a good value? metze (This used to be commit a7f7ec6cfe1ed7fbfe98e462eea004d0eb678e9b)
* r7402: - don't stop after a failed testStefan Metzmacher2007-10-106-27/+101
| | | | | | | - some more fixes metze (This used to be commit e90b83d03887ed713745280267caa6f2fd549e0f)
* r7397: - don't exit when one test failsStefan Metzmacher2007-10-101-6/+21
| | | | | | | - some other cleanups metze (This used to be commit d8490399d91007dfcbada15f917ce56ab88370fc)
* r7388: - fix calling of test_posix.shStefan Metzmacher2007-10-101-5/+6
| | | | | | | - move smbd_fifo into the prefix dir metze (This used to be commit 1f0168e18026268671c9745a193a0002da3dda30)
* r7387: enable extra smbtorture args to test_posix.shStefan Metzmacher2007-10-101-5/+4
| | | | | metze (This used to be commit ee8407c9165323feadc19d20c45f5b834b1a8379)
* r7112: add RPC-SPOOLSS test to the w2k3 tests, only with ncacn_np for nowStefan Metzmacher2007-10-101-0/+3
| | | | | | | (I also noticed that RPC-SAMR and some other tests are faling against my w2k3 box...) metze (This used to be commit 5531eb852c1e1779c5621a4955d074d5878fc67f)
* r7103: fix make installswat again:-)Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 46e3f57f0eebe500ecc5b7b39e05d9ea335e5c7a)
* r7100: install lately added files tooStefan Metzmacher2007-10-101-0/+5
| | | | | metze (This used to be commit 067f3a4da2b1ac2f0bfd6edf26001436106c8f69)
* r7059: Use namespaces for pidl and the build system, so we can later onJelmer Vernooij2007-10-101-0/+1
| | | | | | | | call out to the build system to compile the various pidl tests (without having to rely on shared library support). Initial work on an ndr_array test. (This used to be commit 2b08c4b92b4f56180c123a502bdcc6c40188c07f)
* r7001: make sure we install the esp filesAndrew Tridgell2007-10-101-2/+3
| | | | (This used to be commit a18b069f0634079d6b8acaab1cf540184ad28801)
* r6989: - added support for esp style includes (which include a esp file, ↵Andrew Tridgell2007-10-101-0/+1
| | | | | | | instead of a ejs file) - added a test of esp style includes to the esptest html (This used to be commit af3de9468ee5ba490c991901b7a4aa260c839876)
* r6986: added support for <% include("somefile.ejs") %> for including common ↵Andrew Tridgell2007-10-101-3/+3
| | | | | | scripts (This used to be commit e54b31904c69b1aaad748e5be6dce1c882d02c67)
* r6982: install the swat pages with 'make installswat'Andrew Tridgell2007-10-101-110/+16
| | | | (This used to be commit 31543e1eae03d22343ea8c970494af36eb07b41f)
* r6961: Add RPC-WINREG to list of win2k3 testsJelmer Vernooij2007-10-101-1/+1
| | | | | | Fix bug in test for QueryMultipleValues Ignore errors from CreateKey() and GetKeySecurity() for now (This used to be commit 7b6b8d6b34de01d2585b23ddb994d8e7403a21f6)
* r6922: remove bad file...Stefan Metzmacher2007-10-101-87/+0
| | | | | metze (This used to be commit 76c930ceee39e9c11b4b0b8eaaf5d1d23795f574)
* r6921: preparing for cherry picking mergingStefan Metzmacher2007-10-101-0/+87
| | | | (This used to be commit a7c915be3e427a6d05a4c85a5bab17217e704125)
* r6920: display the SVN revision in svk build of tree's directly mirrored ↵Stefan Metzmacher2007-10-101-1/+6
| | | | | | | from samba.org metze (This used to be commit 7feddfb5d28784ff4f7dd13075c53923d4df6330)
* r6919: Jelmer, here is my script for filtering individual ↵Tim Potter2007-10-101-0/+50
| | | | | | | | | | | | binaries/subsystems/etc out of the samba4-deps.dot file. Use like: script/depfilter.py regpatch < samba4-deps.dot | dotty - and then scratch your head and wonder why regpatch has to link with 3/4 of what it does. (This used to be commit 90b07c6860ceeb65aaeedd69b12895466dfd64a3)
* r6877: added CLDAP testing to test_ldap.shAndrew Tridgell2007-10-101-2/+5
| | | | (This used to be commit b64936b9a9123da0335a67865fb356dde9753714)
* r6862: Add some more testsJelmer Vernooij2007-10-101-0/+1
| | | | | | | Accept new command-line options --keep, --outputdir and --idl-compiler. We're currently at 34 IDL tests (...and counting) (This used to be commit 7004f9515b75bce5b46e444f1865d377fdae0afa)
* r6860: Add some allocation and alignment tests, remove uint64 from list of ↵Jelmer Vernooij2007-10-101-0/+1
| | | | | | | scalars (it doesn't have any push/pull functions anymore either) (This used to be commit 7d36e27e228ce83a5ce159eb424c4b5194c0e2fb)
* r6859: Add ndr_align tests, use environment variables ($CC, $CFLAGS, $LDFLAGS)Jelmer Vernooij2007-10-101-0/+1
| | | | | where possible. (This used to be commit 077f4105aceba99a7ac4de21a20bb758fcc01203)
* r6857: - Support [public] on functionsJelmer Vernooij2007-10-101-0/+1
| | | | | | | | | - Add some more pidl tests based on ref_notes.txt We currently fail some tests because we don't default to "ref" for top-level pointers at the moment. We also fail some of the multi-level tests. (This used to be commit 187802f580d85e19ee9b7f07db931d0511f197bc)
* r6854: Add --quiet option to pidlJelmer Vernooij2007-10-101-0/+2
| | | | | Some work on a testsuite for pidl, including one simple test. (This used to be commit a5aa61f54ea20f0b400359f9b3119f0ff0720431)
* r6852: implement an idea from kinkie to make the 'make test' target ↵Andrew Tridgell2007-10-101-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)
* r6598: Make it easy to point the test_echo.sh at remote servers, withoutAndrew Bartlett2007-10-101-1/+6
| | | | | | | trying to find it on ncaclrpc at well. Andrew Bartlett (This used to be commit db0aa1c4b7b0a8d28b7e5ebe35162dcea8dc0f8e)
* r6577: Make test works without installation now.Jelmer Vernooij2007-10-101-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)
* r6568: Some more small 'make test' fixesJelmer Vernooij2007-10-101-7/+5
| | | | (This used to be commit 02160c991a7e9bef2fabfe338a772e32679edf5d)
* r6567: Use "real" prefix for 'make test'Jelmer Vernooij2007-10-101-5/+5
| | | | (This used to be commit 195753b6afe3115762bcc4d579bc4a9f1c45af75)
* r6564: - Fix bug in socket_wrapperJelmer Vernooij2007-10-101-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)
* r6549: a simple ldap test scriptAndrew Tridgell2007-10-101-0/+20
| | | | (This used to be commit e2f5d36e47cab2e9bc199b743ab6d5a040e6e175)
* r6456: The RPC-SCHANNEL test is an important test that passes against Win2k3 ↵Andrew Bartlett2007-10-101-2/+2
| | | | | | | (well, not SP1, but we are working on that detail). Andrew Bartlett (This used to be commit b35b82d4f1bf6e277c7cd71c9d61221e30da6c58)