From: Andreas K. <aku...@sh...> - 2006-09-20 12:01:08
|
> > > Oh: under Cygwin with Tcl 8.4.1, I get an ERR (child process exited > > abnormally) on a multiplexer test. > > I forgot to mention that the tests stop after this! > > > > > I entered the command "tclsh sak.tcl test run math", but it went ahead > > with all modules. > > > > It seems to be ignoring the module argument ... Which is a pity > > > On Windows it fails: couldn't execute "echo": no such file or directory I thought that this was an artifact of the colorization ... As I disabled that it can't ... grepping I see ./support/devel/sak/test/run.tcl:152: lappend cmd echo [join $script \n] and now remember: I use 'echo' to infect the script into the subprocess running the testsuite. This construction is needed to get the execution under valgrind right, and I decided to use it for the regular startup as well. As valgrind is not relevant under Windows I better rewrite things for windows to not use the echo-construction. > > Not a new complaint. But only now fully recognized where the problem is. -- So long, Andreas Kupries <aku...@sh...> <http://www.purl.org/NET/akupries/> Developer @ <http://www.activestate.com/> ------------------------------------------------------------------------------- |