BTW, in tcltest, is there a way to test something you don't expect to
see. For example, you don't want to see "Fault" or "Error"?
/Why Tea
With the [::tcltest::customMatch] command you can register a new mode
for the -match option to the [::tcltest::test] command, to set
the result matcher to any command you like. Create a proc that does
the kind of matching you want and use it.
--
| Don Porter Mathematical and Computational Sciences Division |
| donald...@nist.gov Information Technology Laboratory |
| http://math.nist.gov/~DPorter/ NIST |
|______________________________________________________________________|