Changing run_testsuite interface?



"Raymond Toy (RT/EUS)" <raymond.toy at ericsson.com> wrote on 04/17/2008 
01:52:21 PM:

> Barton Willis wrote:
> > Sure --- using keyword args for run_testsuite is a good idea. While
> > you are poking around the code, maybe you could fix:
> > 
> > (%i4) fn : ["rtest_zeta"]$
> > (%i5) run_testsuite(false, false, fn)$
> > 
> > Running tests in rtest_zeta: 14/14 tests passed.
> > No unexpected errors found.
> > real time       :      0.020 secs
> > run-gbc time    :      0.020 secs
> > child run time  :      0.000 secs
> > gbc time        :      0.000 secs
> > 
> > Oh No! fn has changed!
> > 
> > (%i1) fn;
> > (%o1) fn
> 
> Neat. :-(
> 
> Are you sure it's not because of the kill(all) in rtest_zeta?
> 
> Ray

No, I'm not. The kill(all) is almost surely to blame.  Sorry for the 
noise.

Barton