summaryrefslogtreecommitdiff
path: root/source3/selftest/s3-selftest.sh
AgeCommit message (Collapse)AuthorFilesLines
2012-11-22build: Be consistent with the name of smbtorture binariesAndrew Bartlett1-2/+2
This ensures that in both build systems, smbtorture3 is the source3 binary, and smbtoture is our main smbtorture binary, built with waf. Also included in this is the removal of bin/ndrdump4 as a special case. This removes the last cases of binaries with different names in each build system. Andrew Bartlett Reviewed-by: Andreas Schneider <asn@samba.org>
2012-05-31s3:selftest: add a binary mapping for smbclient4Michael Adam1-2/+2
2012-05-31s3:selftest: add a binary mapping for nmblookup4Michael Adam1-2/+2
2012-03-14s3:selftest: add support for 'make test FAIL_IMMEDIATELY=1'Stefan Metzmacher1-0/+4
This is what autobuild uses in order to let the build abort on the first failure. metze
2011-12-05selftest: Add --flapping argument to filter-subunit.Jelmer Vernooij1-1/+1
2011-12-05selftest: Split out flapping tests into a separate file.Jelmer Vernooij1-1/+1
2011-10-28selftest: Have only one set of selftest knownfail and skip filesAndrew Bartlett1-3/+3
Listing tests that are not ever proposed (eg samba4.* in the samba3 selftest) is not an error, so just combine the lists. This is being done because some folks trying to learn how our 'make test' works are having trouble following the distributed nature of the selftest system. Andrew Bartlett
2011-04-16selftest Add binary mappings for samba3 selftestAndrew Bartlett1-0/+2
This will help us have a top level 'make test', working around the fact that the --eanble-s3build has different names for some of these binaries, without fixing the names forever (we can just change the mapping later). Andrew Bartlett
2011-04-16selftest: Remove duplication between BUILDIR and BINDIRAndrew Bartlett1-2/+2
Just have BINDIR, and have it default to ./bin Andrew Bartlett
2011-02-22selftest pass in srcdir into Samba3 target moduleAndrew Bartlett1-0/+2
2011-02-22s3-selftest convert tests.sh to pythonAndrew Bartlett1-4/+4
This should allow us a much better chance of invoking the subunit wrappers in the right way, at the right level. Andrew Bartlett
2010-10-01s3: Add subunit-test target.Jelmer Vernooij1-1/+3
2010-09-16s3-selftest: Move Samba3-specific script to source3/selftest.Jelmer Vernooij1-0/+44