summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
Commit message (Expand)AuthorAgeFilesLines
* selftest: put the target on the environmentAndrew Bartlett2011-04-251-5/+11
* selftest pass in srcdir into Samba3 target moduleAndrew Bartlett2011-02-221-1/+1
* s3-selftest convert tests.sh to pythonAndrew Bartlett2011-02-221-0/+1
* s4-loadparm: removed "setup directory" optionAndrew Tridgell2011-02-071-1/+0
* s4-test: allow make test to work from top level directoryAndrew Tridgell2011-02-071-3/+1
* Explicitly set "nmbd: socket dir" in the test environment.Jeremy Allison2011-01-081-0/+1
* selftest: setup $ENV{TEST_DATA_PREFIX}Stefan Metzmacher2010-12-271-0/+1
* selftest: Support multiple instances of $LISTOPT.Jelmer Vernooij2010-12-111-1/+1
* selftest: Check exit code when listing tests.Jelmer Vernooij2010-12-101-0/+11
* selftest: Rename $LIST to $LISTOPT for consistency with testrepository.Jelmer Vernooij2010-12-101-2/+2
* selftest: add --list option.Jelmer Vernooij2010-12-101-0/+20
* selftest: Document --testenv in --help output, remove documentation forJelmer Vernooij2010-12-101-1/+1
* selftest: Even if setting up an environment failed, the next tests mayJelmer Vernooij2010-11-211-1/+0
* s4-test: we don't need to set LDB_MODULES_PATH any moreAndrew Tridgell2010-11-011-1/+0
* s4-test: don't override modules dirAndrew Tridgell2010-10-301-1/+0
* s4-modules: remove LD_SAMBA_MODULE_PATHAndrew Tridgell2010-10-301-1/+1
* selftest: terminate selftest if we can't setup the environmentAndrew Tridgell2010-10-191-2/+3
* selftest: correct the import of Time::HighResMatthieu Patou2010-10-181-2/+3
* s4-selftest: support 'make testenv SCREEN=1'Andrew Tridgell2010-10-021-2/+3
* selftest: Let selftest provide the tempdir, rather than creating it as sideef...Jelmer Vernooij2010-10-011-0/+4
* selftest: Abort early on SIGPIPE.Jelmer Vernooij2010-09-281-0/+8
* selftest: If a testsuite is killed by a signal, let selftest die.Jelmer Vernooij2010-09-251-2/+2
* selftest Don't run 'speed' tests for very longAndrew Bartlett2010-09-241-0/+2
* selftest: Pass prefix to setup_env function.Jelmer Vernooij2010-09-231-4/+4
* selftest: Use variable for clientdir.Jelmer Vernooij2010-09-231-18/+20
* selftest: Fix testsuite counts when running only a limited number ofJelmer Vernooij2010-09-221-8/+15
* selftest: Fix idlist running.Jelmer Vernooij2010-09-221-2/+2
* selftest: Fix use of --load-list.Jelmer Vernooij2010-09-221-1/+1
* selftest: Remove unused --analyse argument.Jelmer Vernooij2010-09-221-6/+0
* selftest: Let tests add prefix to tests by themselve.Jelmer Vernooij2010-09-221-23/+12
* selftest: Use idlist testing for python tests.Jelmer Vernooij2010-09-211-2/+3
* selftest: Support running individual tests using idlists, for testsuites that...Jelmer Vernooij2010-09-211-7/+12
* selftest: Fix generation of test id file.Jelmer Vernooij2010-09-211-4/+4
* selftest: If setting up environment fails, mark testsuites that use it asJelmer Vernooij2010-09-141-12/+5
* subunit.pm: Fold Subunit::Filter into Subunit, trim further.Jelmer Vernooij2010-09-141-5/+2
* subunit.pm: Simplify subunit handling in perl.Jelmer Vernooij2010-09-141-12/+4
* subunit.pm: Pass through milliseconds in time reports.Jelmer Vernooij2010-09-141-0/+7
* selftest: Cope with parentheses in testnames in --load-list.Jelmer Vernooij2010-09-051-5/+8
* selftest: Print out unmatched tests when using --load-list.Jelmer Vernooij2010-09-051-7/+12
* testr: Fix configuration to use idfile, in case more than a couple ofJelmer Vernooij2010-09-041-1/+1
* selftest: Don't make printing the log output a side-effect of check_env(), do...Jelmer Vernooij2010-09-041-0/+1
* selftest: Remove stop() method, not used anywhere.Jelmer Vernooij2010-09-041-3/+1
* selftest: run client tests with log level 1Andrew Tridgell2010-09-041-0/+1
* selftest: Clarify generation of idlist option.Jelmer Vernooij2010-06-251-0/+2
* selftest: use 127.0.0.11-16 for the clientStefan Metzmacher2010-06-171-7/+7
* s4:selftest Add vampire_dc test environmentAndrew Bartlett2010-06-161-2/+8
* s3-selftest: Fix blackbox smbclient s3 tests during make selftest.Günther Deschner2010-06-021-1/+3
* selftest: Cope with strict.Jelmer Vernooij2010-04-121-1/+1
* selftest: Support passing --load-list to test runners.Jelmer Vernooij2010-04-101-5/+15
* selftest: Support --load-list option.Jelmer Vernooij2010-04-081-7/+39