This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

committed: ada test driver update


	* ada/acats/run_all.sh: Do not print PASS messages to stdout, as
	done by dejagnu.
--
Index: run_all.sh
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/ada/acats/run_all.sh,v
retrieving revision 1.5
diff -u -r1.5 run_all.sh
--- run_all.sh	29 Oct 2003 17:04:38 -0000	1.5
+++ run_all.sh	30 Oct 2003 16:24:21 -0000
@@ -221,7 +221,8 @@
          display "FAIL:	$i"
          failed="${failed}${i} "
       else
-         display "PASS:	$i"
+         echo "PASS:	$i" >> $dir/acats.sum
+         echo "PASS:	$i" >> $dir/acats.log
          countok=`expr $countok + 1`
       fi
       clean_dir


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