This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
committed: ada test driver update
- From: Arnaud Charlet <charlet at ACT-Europe dot FR>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 30 Oct 2003 17:24:46 +0100
- Subject: 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