diff options
| author | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-09 17:27:37 +0000 |
|---|---|---|
| committer | aph <aph@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-09 17:27:37 +0000 |
| commit | be946baefd2692b20cd9388662915f171ebf9257 (patch) | |
| tree | 8b91d27056e6dcd5395d1cf26af7f83d8ec216f2 /libjava/testsuite/lib/libjava.exp | |
| parent | f74c8d026c63aee0c7e735ffbbef62071ab65eb4 (diff) | |
| download | ppe42-gcc-be946baefd2692b20cd9388662915f171ebf9257.tar.gz ppe42-gcc-be946baefd2692b20cd9388662915f171ebf9257.zip | |
2004-01-09 Andrew Haley <aph@redhat.com>
* lib/libjava.exp (bytecompile_file): Log compile command.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75593 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/lib/libjava.exp')
| -rw-r--r-- | libjava/testsuite/lib/libjava.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/testsuite/lib/libjava.exp b/libjava/testsuite/lib/libjava.exp index 9ae18821b1c..3f55f766568 100644 --- a/libjava/testsuite/lib/libjava.exp +++ b/libjava/testsuite/lib/libjava.exp @@ -109,10 +109,11 @@ proc bytecompile_file { file objdir {classpath {}} } { } set here [pwd] cd $dirname + send_log "byte compile: $javac [list $file] -d $objdir 2>@ stdout\n" if {[catch { set q [eval exec "$javac [list $file] -d $objdir 2>@ stdout"] } msg]} then { - verbose "couldn't compile $file: $msg" + send_log "couldn't compile $file: $msg\n" set r 0 } else { set r 1 |

