aboutsummaryrefslogtreecommitdiff
path: root/tests/runall.tcl
AgeCommit message (Collapse)AuthorFilesLines
2016-09-28tests/runall: don't abort if signal.test exitsSteve Bennett1-1/+3
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2016-09-09signal: Remove the signal command from child interpretersSteve Bennett1-17/+25
Currently signals can only be delivered to a single interpreter. To avoid confusion where currently this is the most recently created interpreter, don't create the signal command and handle signals in child interpreters. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2016-09-02tests: Fix return code when running tests without [interp]Steve Bennett1-2/+5
The return code was the wrong sense. Also, load 'interp' if possible. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2016-08-26If possible, run tests within a sub-interpreterSteve Bennett1-0/+52
Signed-off-by: Steve Bennett <steveb@workware.net.au>