aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgcc/testsuite/ada/acats/run_all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/ada/acats/run_all.sh b/gcc/testsuite/ada/acats/run_all.sh
index fa9fefb..b149fd2 100755
--- a/gcc/testsuite/ada/acats/run_all.sh
+++ b/gcc/testsuite/ada/acats/run_all.sh
@@ -221,8 +221,8 @@ for chapter in $chapters; do
display "FAIL: $i"
failed="${failed}${i} "
else
- echo "PASS: $i" >> $dir/acats.sum
- echo "PASS: $i" >> $dir/acats.log
+ echo "PASS: $i" >> $dir/acats.sum
+ echo "PASS: $i" >> $dir/acats.log
countok=`expr $countok + 1`
fi
clean_dir