mauve.exp (test_mauve): Use correct stderr redirection code.
* libjava.mauve/mauve.exp (test_mauve): Use correct stderr redirection code. From-SVN: r51405
This commit is contained in:
parent
7032923ba3
commit
1f3f6dadcb
@ -1,3 +1,8 @@
|
||||
2002-03-26 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* libjava.mauve/mauve.exp (test_mauve): Use correct stderr
|
||||
redirection code.
|
||||
|
||||
2002-03-22 Eric Blake <ebb9@email.byu.edu>
|
||||
|
||||
For PR java/6026:
|
||||
|
@ -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 @@ proc test_mauve {} {
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user