libjava.exp (libjava_invoke): Log the invocation.
* testsuite/lib/libjava.exp (libjava_invoke): Log the invocation. From-SVN: r127314
This commit is contained in:
committed by
Andrew Haley
parent
d23869d452
commit
fbb85475da
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user