This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: mauve.exp bug fix
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 26 Mar 2002 14:24:52 -0700
- Subject: Patch: FYI: mauve.exp bug fix
- Reply-to: tromey at redhat dot com
I'm checking this in on the trunk and the branch.
This fixes a bug that prevents Mauve from being run as part of the
libgcj test suite.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* libjava.mauve/mauve.exp (test_mauve): Use correct stderr
redirection code.
Index: libjava.mauve/mauve.exp
===================================================================
RCS file: /cvs/gcc/gcc/libjava/testsuite/libjava.mauve/mauve.exp,v
retrieving revision 1.13
diff -u -r1.13 mauve.exp
--- libjava.mauve/mauve.exp 2001/06/08 22:12:28 1.13
+++ libjava.mauve/mauve.exp 2002/03/26 20:49:24
@@ -1,4 +1,4 @@
-# Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation.
+# Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation.
# Written by Tom Tromey <tromey@cygnus.com>.
# Incorporate Mauve into libjava's DejaGNU test suite framework.
@@ -92,7 +92,7 @@
set env(GCJ) "$GCJ_UNDER_TEST -B$objdir/../ -I$objdir/../libgcj.zip"
if {[catch {
- system "$env(MAUVEDIR)/configure --with-gcj 2>@ stdout"
+ system "$env(MAUVEDIR)/configure --with-gcj 2>&1"
} msg]} then {
fail "Mauve configure"
verbose "configure failed with $msg"