summaryrefslogtreecommitdiffstats
path: root/TEST
Commit message (Collapse)AuthorAgeFilesLines
* Follow 0/-E convention for module load errorsBrian Behlendorf2015-12-231-4/+0
| | | | | | | | | | Because errors during module load are so rare it went unnoticed that it was possible that a positive errno was returned. This would result in the module being loaded, nothing being initialized, and a system panic shortly thereafter. This is what was causing the hard failures in the automated testing. Signed-off-by: Brian Behlendorf <[email protected]>
* Add TEST configuration file for buildbotBrian Behlendorf2015-12-231-0/+95
The TEST file is provided as a hint to the automated test infra- structure. It controls which regression tests are run and how they are run. This file along with any lines in the commit messages which start with TEST_* are sourced by the test scripts and can be used to override the default values. For complete details see: https://github.com/zfsonlinux/zfs-buildbot/ Signed-off-by: Brian Behlendorf <[email protected]>