aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/T020-compact.sh
Commit message (Collapse)AuthorAge
* test: use sh.config for configurationGravatar Jani Nikula2014-07-13
|
* test: conditionally test compact depending on configured supportGravatar Jani Nikula2014-03-25
| | | | | | I still have one machine with old enough Xapian to not have compaction support. Make the tests check for unsupported compact operation when compact is not available.
* test: renamed test scripts to format T\d\d\d-name.shGravatar Tomi Ollila2014-01-13
All test scripts to be executed are now named as T\d\d\d-name.sh, numers in increments of 10. This eases adding new tests and developers to see which are test scripts that are executed by test suite and in which order.