for review: making bootcheck test new runtime systems
Fergus Henderson
fjh at cs.mu.OZ.AU
Sun Feb 8 13:09:02 AEDT 1998
On 07-Feb-1998, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
>
> tools/bootcheck:
> Set things up so that the test suite is not just compiled
> with the stage 2 compiler and libraries, but also with the
> stage 2 header files, runtime system, garbage collector
> and utility programs.
Shouldn't you use the stage 2 scripts as well?
i.e.
> + PATH=$root/stage2/util:$PATH
should be
PATH=$root/stage2/scripts:$root/stage2/util:$PATH
Otherwise that change looks fine. Thanks.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
More information about the developers
mailing list