[Pkg-gauche-devel] some make check failures in the buildd logs
Jens Thiele
karme at karme.de
Thu Feb 10 07:53:48 UTC 2011
NIIBE Yutaka <gniibe at fsij.org> writes:
> Now, my idea is that:
>
> We only apply this exit status checking for Makefile of top
> directory, so that we can stop test failure of gc (which is
> fatal if we have some failure).
>
> We don't apply exit status checking for Makefiles under
> subdirectories, but check the content of TESTRECORD
> (test.record) after all of tests finished.
Ok, nice. There is a minor glitch / I suggest a small change to the grep
invocation:
$ echo 'Total: 10160 tests, 10160 passed, 0 failed, 0 aborted.'|grep -q '0 failed' && echo ok
ok
$ echo 'Total: 10160 tests, 10160 passed, 10 failed, 0 aborted.'|grep -q '0 failed' && echo ok
ok
$ echo 'Total: 10160 tests, 10160 passed, 10 failed, 0 aborted.'|grep -q ', *0 failed' && echo ok
jens
More information about the Pkg-gauche-devel
mailing list