summaryrefslogtreecommitdiffstats
path: root/tests/07autodetect
Commit message (Collapse)AuthorAgeFilesLines
* Don't try the auto-detect test when md_mod is a moduleNeil Brown2008-05-151-0/+7
| | | | ....as this cannot work.
* Add --auto-detect for in-kernel autodetect.Neil Brown2007-05-211-0/+25
| | | | This is equivalent to raidautorun that some distros provide.
* Fix handling of negative bitmap offsets on 64bit hosts.Neil Brown2007-05-211-0/+0
The bitmap offset is a signed 32bit number, so casting to (long) isn't sufficient. We must cast to (int32_t).