selftest.pl: Remove unused --verbose option.
[nivanova/samba-autobuild/.git] / selftest / selftest.pl
2012-03-04 Jelmer Vernooijselftest.pl: Remove unused --verbose option.
2012-03-04 Jelmer Vernooijselftest: Remove unused vde functions.
2012-03-04 Jelmer Vernooijselftest: Remove unused and broken target 'windows'.
2012-03-02 Jelmer Vernooijselftest: Move manual page into a separate file.
2012-02-23 Andrew Bartlettselftest: Do not skip environments that fail to start up
2012-02-13 Andrew Bartlettselftest: Allow setup_env() to signal that an environme...
2012-02-01 Andrew Bartlettselftest: Remove unused support for --exeext
2011-11-30 Jelmer Vernooijselftest: Fix typo in socket wrapper test.
2011-11-30 Jelmer Vernooijselftest: Drop broken and unused Kvm target.
2011-11-30 Jelmer Vernooijselftest: Don't acquire target when --list was specified.
2011-11-30 Jelmer Vernooijselftest: Don't write subunit output in --list mode.
2011-11-08 Andrew Bartlettselftest: Remove the 'all' environment as it is just...
2011-10-28 Andrew Bartlettselftest: Remove --target option and the ability to...
2011-10-20 Andrew BartlettRevert "selftest: Avoid being run over by armies of...
2011-07-29 Andrew Bartlettselftest: Avoid being run over by armies of the undead
2011-07-21 Björn Baumbachselftest: use "state directory" and "cache directory...
2011-07-13 Andrew Tridgells4-fault: changed to use %d for PID, instead of %PID%
2011-07-12 Stefan Metzmacherselftest/Samba4: setup "state dir" and "cache dir"
2011-07-04 Michael Adamselftest: remove invalid use of the globbing operator <>
2011-07-04 Michael Adamselftest: eliminate a perl warning
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha16' into master4-tmp
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-24 Andrew Bartlettselftest: Remove %PROG% argument from 'panic action'
2011-05-23 Stefan Metzmacherselftest: create ncalrpcdir with 0755 permissions
2011-04-29 Andrew Bartlettselftest: Restore the s3member environment by avoiding...
2011-04-27 Andrew Tridgellselftest: we don't get valgrind errors any more with...
2011-04-27 Andrew Bartlettselftest: Make bindir_path much less complex
2011-04-19 Andrew Bartlettselftest Consolidate server wall clock time limits
2011-04-19 Andrew Bartlettselftest: move warning about invalid environments up...
2011-04-19 Andrew Bartlettselftest: Don't specify SELFTEST_TARGET as an env variable
2011-04-19 Andrew Bartlettselftest Test for socket_wrapper support in combined...
2011-04-19 Andrew Bartlettselftest Add combined 'Samba' target module
2011-04-19 Andrew Bartlettselftest: put the target on the environment
2011-04-16 Andrew Bartlettselftest: Remove duplication between BUILDIR and BINDIR
2011-04-16 Andrew Bartlettselftest: Remove unused BUILDDIR_ABS environment variable
2011-04-16 Andrew Bartlettselftest: Provide a single bindir_path function across...
2011-04-07 Andrew Bartletts3-selftest Fix use of the 'fake DNS' file
2011-02-22 Andrew Bartlettselftest pass in srcdir into Samba3 target module
2011-02-22 Andrew Bartletts3-selftest convert tests.sh to python
2011-02-07 Andrew Tridgells4-loadparm: removed "setup directory" option
2011-02-07 Andrew Tridgells4-test: allow make test to work from top level directory
2011-01-08 Jeremy AllisonExplicitly set "nmbd: socket dir" in the test environment.
2010-12-27 Stefan Metzmacherselftest: setup $ENV{TEST_DATA_PREFIX}
2010-12-11 Jelmer Vernooijselftest: Support multiple instances of $LISTOPT.
2010-12-10 Jelmer Vernooijselftest: Check exit code when listing tests.
2010-12-10 Jelmer Vernooijselftest: Rename $LIST to $LISTOPT for consistency...
2010-12-10 Jelmer Vernooijselftest: add --list option.
2010-12-10 Jelmer Vernooijselftest: Document --testenv in --help output, remove...
2010-11-21 Jelmer Vernooijselftest: Even if setting up an environment failed...
2010-11-01 Andrew Tridgells4-test: we don't need to set LDB_MODULES_PATH any...
2010-10-30 Andrew Tridgells4-test: don't override modules dir
2010-10-30 Andrew Tridgells4-modules: remove LD_SAMBA_MODULE_PATH
2010-10-19 Andrew Tridgellselftest: terminate selftest if we can't setup the...
2010-10-18 Matthieu Patouselftest: correct the import of Time::HighRes
2010-10-03 Andrew Tridgells4-selftest: support 'make testenv SCREEN=1'
2010-10-01 Jelmer Vernooijselftest: Let selftest provide the tempdir, rather...
2010-09-28 Jelmer Vernooijselftest: Abort early on SIGPIPE.
2010-09-25 Jelmer Vernooijselftest: If a testsuite is killed by a signal, let...
2010-09-23 Andrew Bartlettselftest Don't run 'speed' tests for very long
2010-09-23 Jelmer Vernooijselftest: Pass prefix to setup_env function.
2010-09-23 Jelmer Vernooijselftest: Use variable for clientdir.
2010-09-23 Jelmer Vernooijselftest: Fix testsuite counts when running only a...
2010-09-23 Jelmer Vernooijselftest: Fix idlist running.
2010-09-23 Jelmer Vernooijselftest: Fix use of --load-list.
2010-09-23 Jelmer Vernooijselftest: Remove unused --analyse argument.
2010-09-23 Jelmer Vernooijselftest: Let tests add prefix to tests by themselve.
2010-09-22 Jelmer Vernooijselftest: Use idlist testing for python tests.
2010-09-22 Jelmer Vernooijselftest: Support running individual tests using idlist...
2010-09-22 Jelmer Vernooijselftest: Fix generation of test id file.
2010-09-14 Jelmer Vernooijselftest: If setting up environment fails, mark testsui...
2010-09-14 Jelmer Vernooijsubunit.pm: Fold Subunit::Filter into Subunit, trim...
2010-09-14 Jelmer Vernooijsubunit.pm: Simplify subunit handling in perl.
2010-09-14 Jelmer Vernooijsubunit.pm: Pass through milliseconds in time reports.
2010-09-05 Jelmer Vernooijselftest: Cope with parentheses in testnames in --load...
2010-09-05 Jelmer Vernooijselftest: Print out unmatched tests when using --load...
2010-09-04 Jelmer Vernooijtestr: Fix configuration to use idfile, in case more...
2010-09-04 Jelmer Vernooijselftest: Don't make printing the log output a side...
2010-09-04 Jelmer Vernooijselftest: Remove stop() method, not used anywhere.
2010-09-04 Andrew Tridgellselftest: run client tests with log level 1
2010-06-25 Jelmer Vernooijselftest: Clarify generation of idlist option.
2010-06-17 Stefan Metzmacherselftest: use 127.0.0.11-16 for the client
2010-06-15 Andrew Bartletts4:selftest Add vampire_dc test environment
2010-06-02 Günther Deschners3-selftest: Fix blackbox smbclient s3 tests during...
2010-04-12 Jelmer Vernooijselftest: Cope with strict.
2010-04-10 Jelmer Vernooijselftest: Support passing --load-list to test runners.
2010-04-08 Jelmer Vernooijselftest: Support --load-list option.
2010-03-31 Jeremy AllisonMerge branch 'master' of ssh://git.samba.org/data/git...
2010-03-31 Jelmer Vernooijsmbtorture: Report number of available tests in a tests...
2010-03-31 Jelmer Vernooijselftest: Use standard subunit command for progress...
2010-03-31 Jelmer Vernooijselftest: Use standard subunit commands for progress...
2010-03-12 Andrew Bartlettselftest: Remove dns_host_file every time we start
2010-03-11 Stefan Metzmacherselftest: let the client also use the dns_host_file
2010-02-19 Andrew Bartletts4:selftest Add infrastructure for testing against...
2010-01-19 Günther Deschners3-selftest: use absolute path when setting SOCKET_WRAP...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-10 Andrew Tridgells4-selftest: when a command fails show both normal...
2010-01-10 Andrew Tridgells4-test: fixed make test without having done make install
2009-11-17 Stefan Metzmacherselftest: make sure we don't buffer any output
2009-10-22 Andrew Tridgellselftest: make python run unbuffered
next