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