Commit fbb85475 by Andrew Haley Committed by Andrew Haley

libjava.exp (libjava_invoke): Log the invocation.


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

From-SVN: r127314
parent d23869d4
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]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment