summaryrefslogtreecommitdiffstats
path: root/regress/sys/ffs/run (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Print the test description before running each subtest.bluhm2017-01-121-1/+2
|
* Do not suppress error messages to stderr, but remove unnecessarybluhm2017-01-121-4/+4
| | | | debug prints. This gives better hints why the tests are failing.
* Make test more verbose when it fails.bluhm2017-01-111-4/+7
|
* Repair the namegen function to make ffs regress useful again.natano2016-02-281-2/+2
| | | | | | | | openssl md5 adds a "(stdin)= " prefix to the output, but all we need is the actual md5 sum itself. This caused most of the ffs regress tests to fail. ok mpi@
* Add regression test suite for FFS, from FreeBSD, okay art@ deraadt@pedro2007-03-301-0/+60