run_all.sh: Do not print PASS messages to stdout, as done by dejagnu.

* ada/acats/run_all.sh: Do not print PASS messages to stdout, as
	done by dejagnu.

From-SVN: r73085
This commit is contained in:
Arnaud Charlet 2003-10-30 17:22:26 +01:00 committed by Arnaud Charlet
parent 545d16ffb6
commit 1d915eda9a
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-10-30 Arnaud Charlet <charlet@act-europe.fr>
* ada/acats/run_all.sh: Do not print PASS messages to stdout, as
done by dejagnu.
2003-10-29 Arnaud Charlet <charlet@act-europe.fr>
* ada/acats/run_all.sh: Redirect mv output to /dev/null

View file

@ -221,7 +221,8 @@ for chapter in $chapters; do
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