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
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
2002-03-22 Eric Blake <ebb9@email.byu.edu>
|
||||||
|
|
||||||
For PR java/6026:
|
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>.
|
# Written by Tom Tromey <tromey@cygnus.com>.
|
||||||
# Incorporate Mauve into libjava's DejaGNU test suite framework.
|
# 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"
|
set env(GCJ) "$GCJ_UNDER_TEST -B$objdir/../ -I$objdir/../libgcj.zip"
|
||||||
|
|
||||||
if {[catch {
|
if {[catch {
|
||||||
system "$env(MAUVEDIR)/configure --with-gcj 2>@ stdout"
|
system "$env(MAUVEDIR)/configure --with-gcj 2>&1"
|
||||||
} msg]} then {
|
} msg]} then {
|
||||||
fail "Mauve configure"
|
fail "Mauve configure"
|
||||||
verbose "configure failed with $msg"
|
verbose "configure failed with $msg"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue