libjava.exp (libjava_invoke): Log the invocation.

* testsuite/lib/libjava.exp (libjava_invoke): Log the invocation.

From-SVN: r127314
This commit is contained in:
Andrew Haley 2007-08-09 09:42:57 +00:00 committed by Andrew Haley
parent d23869d452
commit fbb85475da
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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]