summaryrefslogtreecommitdiff
path: root/selftest/quick
AgeCommit message (Collapse)AuthorFilesLines
2011-10-28selftest: Have only one set of selftest knownfail and skip filesAndrew Bartlett1-0/+37
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