urchin/tests
Michael Klement 1e9611e732 Support for cross-shell testing added, via option -s <shell> and env. variable TEST_SHELL.
* For **tests that _source_ shell scripts**: **option `-s <shell>`** now tells urchin to invoke test scripts with the specified shell (only shebang-less and `#!/bin/sh` tests scripts).
* For **tests that _invoke_ schell scripts**: instruct users to write their tests to always **invoke via environment variable `TEST_SHELL` (e.g., `$TEST_SHELL ../foo`)**, and invoke urchin with that variable defined as needed, e.g., `TEST_SHELL=ksh urchin ./tests`; urchin defaults `TEST_SHELL` to `/bin/sh`.

See updated `readme.md` for details.
2014-10-17 17:16:12 -04:00
..
- directories starting with a hypen... Ensure we can cd into directories starting with a hyphen. Fixes #3. 2013-07-26 12:51:01 +01:00
.example-test-suite check failureness 2012-10-11 00:17:44 -04:00
Command-line help contents Support for cross-shell testing added, via option -s <shell> and env. variable TEST_SHELL. 2014-10-17 17:16:12 -04:00
Counts should be kept of successes and failures. Test for singular. 2013-06-20 18:43:11 +01:00
Cross-shell test support Support for cross-shell testing added, via option -s <shell> and env. variable TEST_SHELL. 2014-10-17 17:16:12 -04:00
Setup and teardown rename tests 2012-10-11 15:32:07 -04:00
The setup script should not be sourced. rename tests 2012-10-11 15:32:07 -04:00
urchin exit code Document the non zero exit code case. 2014-03-17 14:00:30 +00:00
Urchin should do a sanity check so that directories like the user home are not specified as tests. Various bug fixes and cleanup. 2014-10-16 16:37:51 -04:00
Urchin should recognize that the filesystem is sane. Various bug fixes and cleanup. 2014-10-16 16:37:51 -04:00
.gitignore Various bug fixes and cleanup. 2014-10-16 16:37:51 -04:00
Exit codes of zero should pass. rename tests 2012-10-11 15:32:07 -04:00
Failing tests should be marked in red. rename tests 2012-10-11 15:32:07 -04:00
Succeeding tests should be marked in green. rename tests 2012-10-11 15:32:07 -04:00