summaryrefslogtreecommitdiff
path: root/tests/tableopts.sh
Commit message (Collapse)AuthorAge
* test: use portable pattern substitution in tableopts.shExplorer092017-05-24
| | | | Fixes: #222
* test: rename some files for non-case-sensitive filesystems.Hans-Bernhard Broeker2017-05-06
| | | | | | | -C*f and -C*F option-specific test files collide on case-insensitive file systems, and cause tests to either not be run at all, or to overwrite each other's files at build time. So rename -C*F ones to -C*_F.
* test: enable more silent building of tests.Jeff Smith2017-05-03
| | | | | | | | When running 'make V=0 check', some compile and link steps are made less verbose and some are not. This cleans up most steps that are not. These have no effect if V=0 is not specified.
* test: Remove test scripts bashisms.Explorer092017-01-17
| | | | | | | | They now all work under a POSIX compliant sh. Specifically, 'dash' can now be used for running "make check" tests. Note that none of these scripts has ever been using a pipe, so `set -o pipefail` is unnecessary and removed.
* use unofficial bash strict mode and cleanups in supporting bash scriptsWill Estes2014-11-12
|
* split apart table options tests into tests per threading, table option, ↵Will Estes2014-11-12
| | | | serialization and verification
* add tableopts.sh scriptWill Estes2014-11-12