From 991a9caee83acd332f55206e484392fc3eb64b26 Mon Sep 17 00:00:00 2001 From: tromey Date: Wed, 17 May 2000 15:48:44 +0000 Subject: * libjava.mauve/mauve.exp (test_mauve): Call `prune_warnings'. (test_mauve_sim): Likewise. (test_mauve): Redirect stderr in system call. (test_mauve_sim): Likewise. * lib/libjava.exp (test_libjava_from_source): Call `prune_warnings'. (test_libjava_from_javac): Likewise. (bytecompile_file): Redirect stderr in system call. * lib/libjava.exp (libjava_find_program): New proc. (find_jvscan): Use it. (find_gcjh): New proc. * libjava.compile/compile.exp: Use "", not $options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33959 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/testsuite/libjava.compile/compile.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/testsuite/libjava.compile') diff --git a/libjava/testsuite/libjava.compile/compile.exp b/libjava/testsuite/libjava.compile/compile.exp index 3d9c13b78b6..4a358a6d37d 100644 --- a/libjava/testsuite/libjava.compile/compile.exp +++ b/libjava/testsuite/libjava.compile/compile.exp @@ -11,8 +11,8 @@ foreach x $srcfiles { } lappend args no-exec - test_libjava $options "$x" "" "" "" $args - test_libjava $options "$x" "-O" "" "" $args + test_libjava "" "$x" "" "" "" $args + test_libjava "" "$x" "-O" "" "" $args } # Local Variables: -- cgit v1.2.3