| .. | ||
| test | ||
| .env | ||
| build.sh | ||
| package.testsuite.zip | ||
| README.md | ||
testsuite
This tests the integrity of XRSH
How to run
run:
cd test; for test in *-*; do ./$test &>/dev/null; done && echo OK || echo ERROR
Debugging
cd test; for test in *-*; do bash -x $test; done && echo OK || echo ERROR