mirror of git://gcc.gnu.org/git/gcc.git
libjava.exp (libjava_invoke): Log the invocation.
* testsuite/lib/libjava.exp (libjava_invoke): Log the invocation. From-SVN: r127314
This commit is contained in:
parent
d23869d452
commit
fbb85475da
|
|
@ -1,3 +1,7 @@
|
||||||
|
2007-08-09 Andrew Haley <aph@redhat.com>
|
||||||
|
|
||||||
|
* testsuite/lib/libjava.exp (libjava_invoke): Log the invocation.
|
||||||
|
|
||||||
2007-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
2007-08-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||||
|
|
||||||
* java/net/natVMInetAddressPosix.cc
|
* java/net/natVMInetAddressPosix.cc
|
||||||
|
|
|
||||||
|
|
@ -572,6 +572,8 @@ proc libjava_invoke {errname testName optName executable inpfile resultfile
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
send_log "invoke: $executable $args $inpfile\n"
|
||||||
|
|
||||||
set result [libjava_load $executable $args "$inpfile"]
|
set result [libjava_load $executable $args "$inpfile"]
|
||||||
set status [lindex $result 0]
|
set status [lindex $result 0]
|
||||||
set output [lindex $result 1]
|
set output [lindex $result 1]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue