OSDN Git Service

* testsuite/lib/libjava.exp (libjava_invoke): Log the invocation.
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Aug 2007 09:42:57 +0000 (09:42 +0000)
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Aug 2007 09:42:57 +0000 (09:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127314 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/testsuite/lib/libjava.exp

index cbec57f..fd7ddcd 100644 (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
index c684bf6..ffcbc39 100644 (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]