mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 08:10:27 +08:00
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>
|
||||
|
||||
* java/net/natVMInetAddressPosix.cc
|
||||
|
@ -572,6 +572,8 @@ proc libjava_invoke {errname testName optName executable inpfile resultfile
|
||||
return 1
|
||||
}
|
||||
|
||||
send_log "invoke: $executable $args $inpfile\n"
|
||||
|
||||
set result [libjava_load $executable $args "$inpfile"]
|
||||
set status [lindex $result 0]
|
||||
set output [lindex $result 1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user