Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 39901: No EXIT trap on LHS of pipeline. | Peter Stephenson | 2016-11-10 | 1 | -0/+17 |
| | | | | | There is a special case if the LHS is a shell construct. Add unit tests for both cases. | ||||
* | 39870: ensure exit trap can always run | Peter Stephenson | 2016-11-08 | 1 | -0/+15 |
| | |||||
* | 39578: Test more ERR_RETURN cases with "&&" and functions | Peter Stephenson | 2016-10-06 | 1 | -0/+30 |
| | |||||
* | 39571: Fix ERR_EXIT bug with && and function. | Peter Stephenson | 2016-10-05 | 1 | -9/+22 |
| | | | | | "foo && bar" inside a function could cause the code outside the function not to perform ERR_EXIT or ERR_RETURN when needed. | ||||
* | 39568: "! <complex-command>" suppresses ERR_EXIT | Peter Stephenson | 2016-10-05 | 1 | -0/+27 |
| | |||||
* | 39540: "! command" should suppress ERR_EXIT and ERR_RETURN | Peter Stephenson | 2016-10-02 | 1 | -0/+37 |
| | |||||
* | 38094: Fix POSIX EXIT traps defined in function. | Peter Stephenson | 2016-03-07 | 1 | -2/+20 |
| | | | | | These aren't local, so set the local level to 0; else they can get overridden incorrectly. | ||||
* | 38024: Improve POSIX and native EXIT traps compatibility. | Peter Stephenson | 2016-02-25 | 1 | -0/+17 |
| | | | | | | | Allow a nested function trap to leave save and restore a POSIX trap. Still fails if the POSIX trap was defined in a function. | ||||
* | 37999: Sticky behaviour of EXIT traps. | Peter Stephenson | 2016-02-17 | 1 | -0/+20 |
| | | | | | | | | They now have POSIX or non-POSIX behaviour based on the setting of POSIX_TRAPS where the trap was defined, rather than where the trap would (or would not) be executed. Tweaks possible. | ||||
* | unposted: back out 36707, add test case for 36766 | Barton E. Schaefer | 2015-10-03 | 1 | -0/+14 |
| | |||||
* | unposted: add tests for outputting traps specified via aliases | Mikael Magnusson | 2015-08-09 | 1 | -0/+11 |
| | |||||
* | 35751: Fix ERR_RETURN and ERR_EXIT in "else" | Peter Stephenson | 2015-07-09 | 1 | -0/+40 |
| | |||||
* | 30876: fix obscure failures to propagate non-zero status | Peter Stephenson | 2012-12-13 | 1 | -0/+11 |
| | | | | from optimised simple commands within lists | ||||
* | 28253: document -h argument to atribute commands | Peter Stephenson | 2010-09-12 | 1 | -0/+17 |
| | |||||
* | c.f. 27950: strip bogus whitespace from tests | Peter Stephenson | 2010-05-10 | 1 | -4/+4 |
| | |||||
* | 27947: some cases where we should execute EXIT traps | Peter Stephenson | 2010-05-05 | 1 | -0/+20 |
| | |||||
* | 25571: when parsing use line numbers for the start of a token, not the end | Peter Stephenson | 2008-08-31 | 1 | -88/+0 |
| | | | | add test and move debug trap tests to new file | ||||
* | 25570: line numbers of complex sublists were wrong, plus test | Peter Stephenson | 2008-08-31 | 1 | -0/+10 |
| | | | | make lineno zlong in another place | ||||
* | 25532: problem skipping assignments etc. with setopt ERREXIT | Peter Stephenson | 2008-08-25 | 1 | -0/+14 |
| | |||||
* | 25415: Make DEBUG_BEFORE_CMD the default. | Peter Stephenson | 2008-08-07 | 1 | -0/+13 |
| | | | | | Reuse ERR_EXIT in DEBUG traps. Clean up trapreturn code. | ||||
* | 25400: Rockys test for second part of trapreturn bug | Peter Stephenson | 2008-08-06 | 1 | -0/+14 |
| | |||||
* | 25392: test for 25367 | Peter Stephenson | 2008-08-05 | 1 | -0/+38 |
| | |||||
* | 23486: use {fd} syntax to get fd's for tests | Peter Stephenson | 2007-05-29 | 1 | -3/+3 |
| | |||||
* | 23101: various combinations of ZERR with function returns were feature-ridden | Peter Stephenson | 2007-01-12 | 1 | -0/+63 |
| | |||||
* | 22277: missed bit | Peter Stephenson | 2006-03-03 | 1 | -0/+34 |
| | |||||
* | 21580: Thorsten's patch to make sure that no pre-existing traps | Wayne Davison | 2005-08-09 | 1 | -1/+4 |
| | | | | interfere with the tests. | ||||
* | 21215: clean up after autoloaded trap test | Bart Schaefer | 2005-05-01 | 1 | -2/+6 |
| | |||||
* | 21136: don't leave TRAPEXIT lying around in Test directory | Peter Stephenson | 2005-04-13 | 1 | -2/+2 |
| | |||||
* | fix autoloaded trap bug; rejig use of trapfuncs | Peter Stephenson | 2005-02-06 | 1 | -2/+32 |
| | | | | (now traplists); improve trap tests | ||||
* | 20198: fix TRAPEXIT. | Peter Stephenson | 2004-07-26 | 1 | -0/+7 |
| | |||||
* | 19575: Fix problem with trap on EXIT overriding status | Peter Stephenson | 2004-03-10 | 1 | -0/+16 |
| | |||||
* | test EXIT trap fix | Peter Stephenson | 2001-10-01 | 1 | -0/+12 |
| | |||||
* | moved from ./Test/08traps.ztst | Sven Wischnowsky | 2001-04-02 | 1 | -0/+186 |