From 9fa7f9ef4928161abbeb4d2ab6f41ff518891e26 Mon Sep 17 00:00:00 2001 From: charlet Date: Thu, 30 Oct 2003 16:24:40 +0000 Subject: [PATCH] Complete previous check in. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73086 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/ada/acats/run_all.sh | 4 ++-- 1 file 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 -- 2.7.4