summaryrefslogtreecommitdiffstats
path: root/selftest/selftest.pl
Commit message (Collapse)AuthorAgeFilesLines
* s4:selftest Add infrastructure for testing against an RPC proxyAndrew Bartlett2010-02-191-1/+13
| | | | | | | | This also changes the 'testenv' code to use a new environment 'all' (we may wish to make other complex tests depend on this in future), and exports more names in more namespaces. Andrew Bartlett
* s3-selftest: use absolute path when setting SOCKET_WRAPPER_DIR.Günther Deschner2010-01-191-1/+1
| | | | Guenther
* s4-selftest: when a command fails show both normal and expanded commandAndrew Tridgell2010-01-111-0/+12
| | | | | | | | It is sometimes hard to tell which varient of something like $SMB_CONF_PATH or $USERNAME is being used in a test. By giving both the expanded command ($command with environment variables expanded) and non-expanded command it is easier to reproduce bugs outside the test environment.
* s4-test: fixed make test without having done make installAndrew Tridgell2010-01-111-0/+1
| | | | client.conf didn't specify "setup directory"
* selftest: make sure we don't buffer any outputStefan Metzmacher2009-11-171-0/+3
| | | | metze
* selftest: make python run unbufferedAndrew Tridgell2009-10-221-0/+3
| | | | This makes some output in make test easier to follow
* selftest: try to get the valgrind errors showing again in the build farmAndrew Tridgell2009-10-191-6/+3
|
* s4-selftest: fixed 'make testenv'Andrew Tridgell2009-10-191-1/+1
| | | | | The 'TERM' variable is used for terminal type, so we can't use it for what terminal to use.
* fixed TESTS= in make test to allow multiple testsAndrew Tridgell2009-08-141-2/+16
| | | | | | Now you can do: make test TESTS="test1 test2" and it will run those two tests, each matching tests using a case insensitive substring match
* selftest: configure "ncalrpc dir" for the clientStefan Metzmacher2009-08-111-0/+7
| | | | | | Some torture tests will need this soon. metze
* selftest: fix typo lock => lockdirStefan Metzmacher2009-08-111-1/+1
| | | | metze
* selftest: report time after testsuite, gives nicer output on theJelmer Vernooij2009-06-171-1/+1
| | | | buildfarm.
* selftest/subunit: Add diff command that can diff two subunit streams.Jelmer Vernooij2009-06-111-2/+0
|
* selftest: Properly recognize xfail testsuites.Jelmer Vernooij2009-06-111-7/+30
|
* selftest: Fix subunit formatting, fix years when filtering subunitJelmer Vernooij2009-06-111-5/+2
| | | | streams.
* selftest: Fix handling of testsuite, reintroduce progress indication.Jelmer Vernooij2009-06-111-9/+14
|
* selftest: Remove unnecessary uses.Jelmer Vernooij2009-06-111-1/+1
|
* selftest/subunit: Remove prefix command.Jelmer Vernooij2009-06-111-1/+0
|
* selftest: Fix subunit stream to include the right prefixes rather thanJelmer Vernooij2009-06-111-1/+1
| | | | extending the subunit protocol.
* More work supporting prefixes.Jelmer Vernooij2009-06-111-2/+3
|
* selftest: Use external processes for filtering known failures and prettyJelmer Vernooij2009-06-111-86/+32
| | | | formatting.
* selftest: Use filter-xfail for known failuresJelmer Vernooij2009-06-111-29/+2
|
* Support reporting current time in selftest output.Jelmer Vernooij2009-06-031-3/+6
|
* selftest: Add subunit output format.Jelmer Vernooij2009-06-031-0/+3
|
* selftest: Add copyright headersJelmer Vernooij2009-03-251-1/+13
|
* selftest: add my copyrightStefan Metzmacher2009-02-101-0/+2
| | | | metze
* selftest: export BUILDDIR, BUILDDIR_ABS and EXEEXTStefan Metzmacher2009-02-031-0/+4
| | | | metze
* selftest: remove source4 specific stuff from selftest.plStefan Metzmacher2009-02-021-8/+7
| | | | metze
* selftest: don't export $CONFIGURATION anymore only $SMB_CONF_PATHStefan Metzmacher2009-01-301-2/+1
| | | | metze
* selftest: fix "none" testStefan Metzmacher2009-01-301-1/+1
| | | | metze
* selftest: fix default option nameStefan Metzmacher2009-01-301-1/+2
| | | | metze
* selftest: allow environment optionsStefan Metzmacher2009-01-301-20/+38
| | | | | | | | | We support "local" and "client" (default) now. We can decide if we want to run a client against the server (with a special client.conf) or if we want to run tests localy on the server with the same config as the server. metze
* selftest: add "member" environment for Samba3Stefan Metzmacher2009-01-291-1/+1
| | | | metze
* selftest: fix Samba3 bugsStefan Metzmacher2009-01-291-0/+1
| | | | metze
* selftest: set 'lock dir' in client.confStefan Metzmacher2009-01-281-0/+7
| | | | metze
* selftest: add --exeext parameterStefan Metzmacher2009-01-211-1/+8
| | | | metze
* selftest: bin/ is under $(builddir) instead of $(srcdir)Stefan Metzmacher2009-01-211-2/+3
| | | | metze
* Disable lanman authentication by default in Samba 4.Jelmer Vernooij2008-10-311-0/+1
|
* selftest: move gdb_* and valgrind_* scripts to selftest/Stefan Metzmacher2008-10-281-1/+1
| | | | metze
* Require separate option for quicktest include list rather than makingJelmer Vernooij2008-10-221-4/+0
| | | | assumptions about it.
* Fix path for quicktest.Jelmer Vernooij2008-10-221-1/+1
|
* Use socket wrapper for selftest.pl, find binaries correctly.Jelmer Vernooij2008-10-211-5/+4
|
* Make warning a bit more user-friendly.Jelmer Vernooij2008-10-201-1/+3
|
* Export variables correctly for blackbox tests (thanks metze).Jelmer Vernooij2008-10-201-0/+1
|
* Move Samba4-specific code out of selftest.Jelmer Vernooij2008-10-191-15/+20
|
* Fix formatting in selftest help output.Jelmer Vernooij2008-10-191-4/+4
|
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftestJelmer Vernooij2008-10-111-5/+2
| | | | | Conflicts: selftest/selftest.pl
* Move selftest code to top-level.Jelmer Vernooij2008-09-181-0/+874