This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: top-level 'make check' doesn't run Java tests
- From: Tom Tromey <tromey at redhat dot com>
- To: Per Bothner <per at bothner dot com>
- Cc: java at gcc dot gnu dot org
- Date: 09 Jan 2003 11:24:21 -0700
- Subject: Re: top-level 'make check' doesn't run Java tests
- References: <3E1B379C.50108@bothner.com>
- Reply-to: tromey at redhat dot com
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> Is this a known problem?
Per> After a make boostrap, I did a top-level 'make check'.
Per> It successfully runs the gcc tests, the g++ tests, and the
Per> libstdc++-v3 tests. I then get:
I always run make check in the libgcj build tree, so I haven't seen
this.
However, I suspect it is because dejagnu exits with nonzero status if
there are any FAILs. Does `make -k check' help?
Tom