On Wed, Aug 13, 2014 at 10:58 AM, Richard W.M. Jones <rjones(a)redhat.com> wrote:
[Please keep replies on the list]
The screenshot was not intended to be posted here. Nothing really interesting.
>
> Testsuite summary for supermin 5.1.9
> ============================
> # TOTAL: 8
> # PASS: 8
That's for me the more important, as I know supermin is not broken.
It seems the main effect of the changes was to accidentally
disable network tests.
USE_NETWORK=1 command
and
USE_NETWORK=1
command
have quite different effects in bash.
Anyway an easier way to do that is to:
./configure --disable-network-tests
Why? The idea to "make check" is good, so I do not see any interest in
running just parts of the tests.