summaryrefslogtreecommitdiff
path: root/gcc/testsuite/ada
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-26 11:10:33 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-26 11:10:33 +0000
commit96d8242d667249bcc3ebce3ce20bb31e56354dc5 (patch)
tree6580c3b2ec38e9853170f278862068c09320b97c /gcc/testsuite/ada
parent69130f53585b8c20af1524fcb8459d97c02b1996 (diff)
downloadgcc-96d8242d667249bcc3ebce3ce20bb31e56354dc5.tar.gz
Clean up previous change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81182 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/ada')
-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 95cd7e818be..42988680ebf 100755
--- a/gcc/testsuite/ada/acats/run_all.sh
+++ b/gcc/testsuite/ada/acats/run_all.sh
@@ -92,7 +92,7 @@ cp $testdir/support/*.ada $testdir/support/*.a $testdir/support/*.tst $dir/suppo
target_gnatmake $testdir/support/impbit.adb >> $dir/acats.log 2>&1
target_run $dir/support/impbit > $dir/support/impbit.out 2>&1
target_bit=`cat $dir/support/impbit.out`
-display target_bit="$target_bit"
+echo target_bit="$target_bit" >> $dir/acats.log
# Find out a suitable asm statement
# Adapted from configure.ac gcc_cv_as_dwarf2_debug_line
@@ -107,7 +107,7 @@ case "$target" in
target_insn="nop"
;;
esac
-display target_insn="$target_insn"
+echo target_insn="$target_insn" >> $dir/acats.log
sed -e "s,ACATS4GNATDIR,$dir,g" \
< $testdir/support/impdef.a > $dir/support/impdef.a