Commit 1d915eda by Arnaud Charlet Committed by Arnaud Charlet

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
parent 545d16ff
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> 2003-10-29 Arnaud Charlet <charlet@act-europe.fr>
* ada/acats/run_all.sh: Redirect mv output to /dev/null * ada/acats/run_all.sh: Redirect mv output to /dev/null
......
...@@ -221,7 +221,8 @@ for chapter in $chapters; do ...@@ -221,7 +221,8 @@ for chapter in $chapters; do
display "FAIL: $i" display "FAIL: $i"
failed="${failed}${i} " failed="${failed}${i} "
else else
display "PASS: $i" echo "PASS: $i" >> $dir/acats.sum
echo "PASS: $i" >> $dir/acats.log
countok=`expr $countok + 1` countok=`expr $countok + 1`
fi fi
clean_dir clean_dir
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment