Age | Commit message (Expand) | Author | Files | Lines |
2007-12-24 | r26561: Fix make gdbtest, valgrindtest and testenv for shared libs. | Jelmer Vernooij | 3 | -8/+14 |
2007-12-24 | r26560: Add script for running in valgrind. | Jelmer Vernooij | 1 | -4/+4 |
2007-12-24 | r26556: Make Fedora DS consistant use FEDORA_DS_ROOT, now we use OPENLDAP_ROOT. | Andrew Bartlett | 2 | -8/+19 |
2007-12-21 | r26553: Fix html output. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26552: remove unused state variable, use dot as path separator for test names. | Jelmer Vernooij | 5 | -108/+116 |
2007-12-21 | r26549: Remove suite-specific bits. | Jelmer Vernooij | 4 | -26/+24 |
2007-12-21 | r26548: Remove remaining variables from state hash. | Jelmer Vernooij | 4 | -53/+44 |
2007-12-21 | r26547: Make testsuites less special during subunit handling. | Jelmer Vernooij | 5 | -57/+88 |
2007-12-21 | r26546: Rather than having a gazillion targets, add output format variable fo... | Jelmer Vernooij | 1 | -6/+3 |
2007-12-21 | r26536: More tests for provisioning code. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26527: Start on tests for provision. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26506: Start running (really trivial) tests for upgrade script. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26502: Revert accidently removed pkg-config path change. Thanks to metze for... | Jelmer Vernooij | 1 | -0/+5 |
2007-12-21 | r26499: Allow testing python provision by setting the PROVISION_PYTHON enviro... | Jelmer Vernooij | 1 | -2/+6 |
2007-12-21 | r26486: Use portable run-time library path environment variable. | Jelmer Vernooij | 2 | -11/+1 |
2007-12-21 | r26474: Move credentials-specific kerberos file to credentials subsystem. Fix... | Jelmer Vernooij | 1 | -8/+1 |
2007-12-21 | r26448: Add basic tests for param python module. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26424: Patch and hits from Howard Chu <hyc@symas.com> for our automated setup | Andrew Bartlett | 1 | -4/+8 |
2007-12-21 | r26398: Fix writing the output of failed tests to st/summary. | Jelmer Vernooij | 1 | -3/+8 |
2007-12-21 | r26395: spoolss: Add WinXP-like printer browsing test. | Kai Blin | 2 | -2/+2 |
2007-12-21 | r26358: Always specify TORTURE_OPTIONS to smbtorture. | Jelmer Vernooij | 1 | -37/+37 |
2007-12-21 | r26347: More tests. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26305: Update template files and testsuite to try and work with current | Andrew Bartlett | 1 | -3/+7 |
2007-12-21 | r26287: selftest: fix stupid typo LDB_MODULE_PATH -> LDB_MODULES_PATH | Stefan Metzmacher | 1 | -1/+1 |
2007-12-21 | r26197: Add bindings for libsecurity. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26191: Import custom test runner for subunit, rather than using trial, which... | Jelmer Vernooij | 1 | -7/+7 |
2007-12-21 | r26190: Allow successful as well as success. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26189: Add really trivial testsuite for the auth module. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26137: Rename the entryUUID module to better match it's purpose: being a | Andrew Bartlett | 1 | -1/+5 |
2007-12-21 | r26077: Import updated TDB bindings. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26073: Import Python bindings for the registry. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26069: Import python bindings for credentials. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26068: Import improved Python bindings for LDB, including tests. | Jelmer Vernooij | 1 | -0/+6 |
2007-12-21 | r25914: selftest: fix the module pathes when using --with-selftest-prefix | Stefan Metzmacher | 2 | -3/+2 |
2007-12-21 | r25887: Build Samba-specific ldb modules as dso's. | Jelmer Vernooij | 3 | -2/+5 |
2007-12-21 | r25869: selftest: strip newline from `whoami` output, hopefully fix provision... | Stefan Metzmacher | 1 | -0/+1 |
2007-12-21 | r25840: make test: activate nss_wrapper for make test | Stefan Metzmacher | 1 | -4/+37 |
2007-12-21 | r25833: - we don't need --root twice | Stefan Metzmacher | 1 | -4/+3 |
2007-12-21 | r25764: Fix total number of tests count to not include skipped tests. | Jelmer Vernooij | 2 | -36/+31 |
2007-12-21 | r25746: [selftest] make plain output more readable | Stefan Metzmacher | 1 | -9/+10 |
2007-12-21 | r25743: Write short summary of failed tests and skipped tests to file. | Jelmer Vernooij | 3 | -11/+30 |
2007-12-21 | r25742: Start trimming down hash size for start_testsuite. | Jelmer Vernooij | 4 | -27/+26 |
2007-12-21 | r25741: Simplify calls to Subunit functions. | Jelmer Vernooij | 4 | -32/+11 |
2007-12-21 | r25740: More consistent naming for tests, always include environment name in ... | Jelmer Vernooij | 2 | -16/+18 |
2007-12-21 | r25737: Integrate more of the test recipe code into one file, use | Jelmer Vernooij | 18 | -609/+498 |
2007-12-21 | r25722: Start merging the various test plan files for Samba 4 into one, so th... | Jelmer Vernooij | 9 | -134/+85 |
2007-12-21 | r25707: Move selftest makefile code to separate file. | Jelmer Vernooij | 1 | -0/+74 |
2007-12-21 | r25622: let --socket-wrapper-keep-pcap imply --socket-wrapper-pcap | Stefan Metzmacher | 1 | -0/+4 |
2007-12-21 | r25616: Fedora DS now has a way to install the schema and extra configuration | Andrew Bartlett | 1 | -6/+4 |
2007-12-21 | r25615: Honor SMBD_VALGRIND and NMBD_VALGRIND for Samba3. | Jelmer Vernooij | 1 | -3/+13 |