This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Testsuite patch


2003-10-24  Andrew Haley  <aph@redhat.com>

	* lib/libjava.exp (bytecompile_file): Log compile command.

Index: libjava/testsuite/lib/libjava.exp
===================================================================
RCS file: /cvs/gcc/gcc/libjava/testsuite/lib/libjava.exp,v
retrieving revision 1.54
diff -c -2 -p -r1.54 libjava.exp
*** libjava/testsuite/lib/libjava.exp   5 Sep 2003 01:47:27 -0000       1.54
--- libjava/testsuite/lib/libjava.exp   24 Oct 2003 09:20:39 -0000
*************** proc bytecompile_file { file objdir {cla
*** 110,113 ****
--- 110,114 ----
      set here [pwd]
      cd $dirname
+     send_log "byte compile in $dirname: $javac [list $file] -d $objdir"
      if {[catch {
        set q [eval exec "$javac [list $file] -d $objdir 2>@ stdout"]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]