Clone
ssoberni <stefan.sobernig@wu-wien.ac.at>
committed
on 22 Aug 11
- library/lib/test.tcl: Stop using [exit] to interrupt test suite runs upon failure conditions. This led to unwanted garbage due to the … Show more
- library/lib/test.tcl: Stop using [exit] to interrupt test suite runs   upon failure conditions. This led to unwanted garbage due to the   non-returning character of [exit]. We now resort to a [return]   variant which gently shuts down the NSF machinery before stopping. - TODO: marked dispo + exit/initcmd issues as done ...

Show less