summaryrefslogtreecommitdiff
path: root/source4/selftest/selftest.pl
AgeCommit message (Collapse)AuthorFilesLines
2008-02-07Override KRB5CCNAME so existing Kerberos tickets in the users environment ↵Jelmer Vernooij1-0/+1
don't get overwritten. (This used to be commit 5e740c0dfbda9a6b2f47d953eb27a1fbfcff78b3)
2008-01-16selftest: Use "require" rather than "use" keyword so .pm files don't have to ↵Jelmer Vernooij1-3/+3
be provided until used. (This used to be commit 95872d7db8c9bb1914ab4c9860fd8b09e6695cc7)
2008-01-16selftest: Add some more documentation. Rename env => target to avoid confusion.Jelmer Vernooij1-5/+4
(This used to be commit 50b8a16d0cb5e1c4352e73900d1e98a812340cca)
2007-12-24r26561: Fix make gdbtest, valgrindtest and testenv for shared libs.Jelmer Vernooij1-2/+1
(This used to be commit d2b9055bc032506849827d6fab2d2b9d35d132e2)
2007-12-24r26556: Make Fedora DS consistant use FEDORA_DS_ROOT, now we use OPENLDAP_ROOT.Andrew Bartlett1-1/+1
Add in another varient to test with in the OpenLDAP module-guessing game, from Howard Chu. Andrew Bartlett (This used to be commit 722d8a56651dfcd246c85904fed0e2aa48086dff)
2007-12-21r26552: remove unused state variable, use dot as path separator for test names.Jelmer Vernooij1-21/+18
(This used to be commit a84975610c2825e9ceecdd47d744282bd55220be)
2007-12-21r26549: Remove suite-specific bits.Jelmer Vernooij1-11/+0
(This used to be commit ac01d515b71ce44a0d98e50d58a76e1ce9e1f5d9)
2007-12-21r26548: Remove remaining variables from state hash.Jelmer Vernooij1-26/+28
(This used to be commit 84f5b3e257241f699f3e51d8f282fa00cfd1000a)
2007-12-21r26547: Make testsuites less special during subunit handling.Jelmer Vernooij1-6/+13
(This used to be commit 0bf6bdcd7f21740853ae852193d51bdf14201782)
2007-12-21r26502: Revert accidently removed pkg-config path change. Thanks to metze ↵Jelmer Vernooij1-0/+5
for catching this. (This used to be commit b87e71ed4bac64353799bef668bca991b16e763e)
2007-12-21r26486: Use portable run-time library path environment variable.Jelmer Vernooij1-10/+0
(This used to be commit 78c183b88661df90def42d6a3852dd6e36a5fd0b)
2007-12-21r26287: selftest: fix stupid typo LDB_MODULE_PATH -> LDB_MODULES_PATHStefan Metzmacher1-1/+1
metze (This used to be commit 038fb0d8908fb1990ee11144da76a37e5ba8e854)
2007-12-21r25914: selftest: fix the module pathes when using --with-selftest-prefixStefan Metzmacher1-2/+2
metze (This used to be commit 092b93b1356bbf73d40a1d7bb971a4ef4967d662)
2007-12-21r25887: Build Samba-specific ldb modules as dso's.Jelmer Vernooij1-0/+1
(This used to be commit 9d73becbb24fbde2e319e18e84af35d9efaeefda)
2007-12-21r25764: Fix total number of tests count to not include skipped tests.Jelmer Vernooij1-32/+28
(This used to be commit d90b058cd48d8b08bb0a0cd6e97ad95062f8259e)
2007-12-21r25743: Write short summary of failed tests and skipped tests to file.Jelmer Vernooij1-1/+1
(This used to be commit 22cb93e5c00c9bd2a9288ba13336389d45c9987f)
2007-12-21r25742: Start trimming down hash size for start_testsuite.Jelmer Vernooij1-3/+3
(This used to be commit f2319fbe9be76966c81f3d4279f6bc2a631a3a5a)
2007-12-21r25741: Simplify calls to Subunit functions.Jelmer Vernooij1-5/+5
(This used to be commit e42de5d8346a12c3fcdb8f9af1efa650c368a442)
2007-12-21r25737: Integrate more of the test recipe code into one file, useJelmer Vernooij1-17/+42
different mechanism for determining the quicktest list. Quicktest is a bit verbose now (reports all the tests not run as SKIP:) (This used to be commit e99e9c167f49c5f8762c7ad16b10ff4aab98091e)
2007-12-21r25622: let --socket-wrapper-keep-pcap imply --socket-wrapper-pcapStefan Metzmacher1-0/+4
metze (This used to be commit eceed3f6d6d8df2abd264b7cc7b74ad3e1fc0758)
2007-10-10r25581: move variable to the place it belongs to.Stefan Metzmacher1-1/+1
metze (This used to be commit 578b4711c9cb8f1e8ac21f7d83342aa0a34ad722)
2007-10-10r25580: Error out if there are no tests to run.Jelmer Vernooij1-0/+5
(This used to be commit eddb663959b62a7170998f1ba0fad59967fcff67)
2007-10-10r25468: export WINBINDD_PRIV_PIPE_DIRStefan Metzmacher1-1/+2
metze (This used to be commit 80d05c2789cd053f7f401916fb0b45d4c9ecb46e)
2007-10-10r25466: fix calculation of $expected_ret, when there'reStefan Metzmacher1-0/+1
some expected and some unexpected failures within one testsuite. metze (This used to be commit ca2a07c71fd5aa2446c0c292b4b058acc0b54838)
2007-10-10r25437: let the default env for 'make testenv' depend on the targetStefan Metzmacher1-2/+5
as only samba4 supports the "member target yet. metze (This used to be commit 81bf9a063eb7193d4e5076d69bb4651b7ac229d1)
2007-10-10r25435: actually pass the statistics to the buildfarm output moduleStefan Metzmacher1-1/+1
to calculate the SELFTEST RUNTIME correct metze (This used to be commit 12e485170909c8e09962aa2080b86455ad6509e5)
2007-10-10r25395: Fix help for --socket-wrapper-pcap.Jelmer Vernooij1-1/+1
(This used to be commit 15e41e42788428d27a5d006622d84b30e5cd40d6)
2007-10-10r25360: Allow --skip to be specified more than once.Jelmer Vernooij1-4/+4
(This used to be commit f6dd844dc4ad7da7508b3ff78190ce6d5c697789)
2007-10-10r25110: Show environment variables in HTML output.Jelmer Vernooij1-3/+5
(This used to be commit 62e770ace32f0e38863d4020773562e74117fc65)
2007-10-10r24899: Register signal handler that tears down environment.Jelmer Vernooij1-1/+8
(This used to be commit fa89d228dd1988a74eea107ac8c2773cff7b9df1)
2007-10-10r24898: Fix LOCAL-REGISTRY, do not silently ignore testcase setup failures.Jelmer Vernooij1-1/+1
(This used to be commit 527ea7fccf4ace9cd9cbacf49820ecd208b8d570)
2007-10-10r24893: Update documentation for selftest.Jelmer Vernooij1-2/+10
(This used to be commit df8f0677f398b26a2764be74715294bb76b1c248)
2007-10-10r24887: Support reading testlists from other locations (e.g. Samba3)Jelmer Vernooij1-19/+36
(This used to be commit 88537c5affb91050b1cce244688d99624d0f6c7d)
2007-10-10r24878: Support specifying a reason for skips/expected failuresJelmer Vernooij1-28/+40
(This used to be commit 84c94b37fed837c7a45f59746de80d20063d93e8)
2007-10-10r24861: Use absolute paths to make it easier to run the testsuite from the ↵Jelmer Vernooij1-1/+2
Samba3 source. (This used to be commit 022d5a43cedeb5cca7e4cf3424963e2180ec1f2f)
2007-10-10r24860: Make it easier to run selftest.pl in a Samba3 source tree.Jelmer Vernooij1-2/+2
(This used to be commit 53ec879e3168e9f56e774f0b0d70aeebb3795f8e)
2007-10-10r24839: Default to creating a dc + domain member in 'make testenv'.Jelmer Vernooij1-1/+1
(This used to be commit 221d2279131c72c8055ceebe0314930881085aeb)
2007-10-10r24834: Pass environment name on to skip_testsuite().Jelmer Vernooij1-1/+1
(This used to be commit 2ac1f32506c9fdfbe836f605b2152a9e094dc733)
2007-10-10r24741: More use of the torture API.Jelmer Vernooij1-0/+1
(This used to be commit de05c3651a6e9e6611b296873526afd9292327c1)
2007-10-10r24708: Move subunit code to a separate module.Jelmer Vernooij1-67/+3
(This used to be commit 4be702896d6875b463dee046b34744b0b5699519)
2007-10-10r24687: Registry tests are succeeding now so remove from known failure list, ↵Jelmer Vernooij1-2/+2
add summary page with failures and skipped tests to html output. (This used to be commit 227659c2c05f76a37e1c9d20dc3f8b6966a111df)
2007-10-10r24675: Specify mode to mkdir, as required by some versions of perl.Jelmer Vernooij1-1/+1
(This used to be commit 2a21e69cd334fca7da8997562356e813a20a038f)
2007-10-10r24671: More improvements to the HTML test suite results: hideJelmer Vernooij1-11/+25
control messages, improve summary, stylesheet. (This used to be commit fcc2320417707ec803d706a923a231fbd1bb72a7)
2007-10-10r24669: Add CSS to the test run HTML output. See http://samba.org/~jelmer/ ↵Jelmer Vernooij1-10/+3
for an example of the current output. (This used to be commit 1e57394e865a9122bddb3413088a19d4f57a3e3d)
2007-10-10r24345: Add --format=html option to selftest.Jelmer Vernooij1-9/+18
(This used to be commit de66bced9468b338e94d430a474616016c6078a5)
2007-10-10r24342: Move environments into a separate directory.Jelmer Vernooij1-21/+33
(This used to be commit e3fe7ef92bae1a870c9de9f90becb3a3c67f98fe)
2007-10-10r24339: Move output functions to separate files.Jelmer Vernooij1-178/+31
(This used to be commit f4ff4c5f61189c71ab60a5455272302add9e1d97)
2007-10-10r24338: Add callbacks for starting and finishing tests.Jelmer Vernooij1-11/+44
(This used to be commit 824833b59a1c9c829cea4e5c4bfd2387b1bc7a2f)
2007-10-10r23860: export WINBINDD_SOCKET_DIR into the testenvStefan Metzmacher1-1/+2
metze (This used to be commit 0d27c1b54e2ea2f7cc0bdcd80f484faa2933a998)
2007-10-10r23851: export _ABS versions of PREFIX and SRCDIRStefan Metzmacher1-0/+2
metze (This used to be commit 759b5d94b378429a35c9901b870a89c99dad14f2)