This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Testsuite patch
- From: Andrew Haley <aph at redhat dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Fri, 24 Oct 2003 11:08:58 +0100
- Subject: 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"]