mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Add bin/shtests, convenient wrapper for regression tests
This new wrapper script sets up the correct environment for running the ksh93 regression test suite. It allows running the tests without AST nmake, which is not maintained in this repository. An alternative ksh to test may be passed in the $KSH env var. bin/shtests: - Added. Sets up environment before passing control to 'src/cmd/ksh93/tests/shtest'. Passes on any options given. NEWS: - Updated. (cherry picked from commit 14ced94ed83991687c645a09bd2e45a5c2ffe8dc)
This commit is contained in:
parent
93e15a3035
commit
2e7602da2a
2 changed files with 43 additions and 0 deletions
3
NEWS
3
NEWS
|
@ -17,6 +17,9 @@ Any uppercase BUG_* names are modernish shell bug IDs.
|
|||
status on the 'print', 'printf' and 'echo' builtins and prevent possible
|
||||
infinite loops if SIGPIPE is ignored.
|
||||
|
||||
- Add a convenient bin/run_ksh_tests script to the source tree that
|
||||
sets up the necessary environment and runs the ksh regression tests.
|
||||
|
||||
2020-05-13:
|
||||
|
||||
- Fix BUG_CASELIT: an undocumented 'case' pattern matching misbehaviour that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue