summaryrefslogtreecommitdiff
path: root/tests/testwrapper-direct.sh
Commit message (Collapse)AuthorAgeFilesLines
* chore(test): Declare script variables before use.Joseph Langley2021-06-091-0/+2
| | | | For set -euvx
* Use shellcheck on most of the shell scripts in the repository.Daniel Brooks2020-10-211-3/+6
| | | | And add a "lint" target that runs shellcheck on them.
* test: echo 'set -v' before setting so in shell.Explorer092017-06-041-1/+1
|
* test: Remove test scripts bashisms.Explorer092017-01-171-6/+9
| | | | | | | | 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.
* test: run direct tests from srcdirWill Estes2016-05-201-0/+17