Mingw32 Maxima "make check" test failures rtest3 (80), rtest14 (1 - error break)
Subject: Mingw32 Maxima "make check" test failures rtest3 (80), rtest14 (1 - error break)
From: James Amundson
Date: 27 Mar 2002 08:34:56 -0600
On Tue, 2002-03-26 at 19:28, Mike Thomas wrote:
> OK
>
> - GOOD NEWS on getting "make test" to work.
>
> > Does mingw include bash? If so, please change the #! line in src/maxima
> > (and src/maxima.in while you are at it) to point to bash. That should
> > solve your problem for the short term. Please let me know what happens
> > so I can start thinking about a long-term solution.
>
> Changing the Makefile in tests so that:
>
> SHELL=/usr/bin/bash
>
> in addition to the change you suggested to src/maxima sorted out the
> problem.
Great. I was just about to install Cygwin. Now I can put it off again.
> - BAD NEWS on the test summary:
>
> ----------------------------------------------------------------------------
> --
> $ ./summarize-log tests-gcl.log
>
> *** Summary results for tests recorded in
> *** log file tests-gcl.log:
> Error summary:
> Error(s) found in rtest3.mac: (80)
> Error(s) found in rtest14.mac: (error break)
> *** end of summary for tests-gcl.log
>
> ----------------------------------------------------------------------------
> --
It's good news, really. These are known bugs. The first is already fixed
in CVS.
--Jim