Patch: FYI: mauve.exp bug fix
Tom Tromey
tromey@redhat.com
Tue Mar 26 14:13:00 GMT 2002
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"
More information about the Java-patches
mailing list