Commit adde4096 by Rainer Orth Committed by Rainer Orth

* ada/acats/run_all.sh: Log start and end times.

From-SVN: r157485
parent ebf15f35
2010-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* ada/acats/run_all.sh: Log start and end times.
2010-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gnat.dg/socket1.adb: Disable on *-*-solaris2*.
2010-03-16 Richard Guenther <rguenther@suse.de>
......
......@@ -76,6 +76,8 @@ EXTERNAL_OBJECTS=""
rm -f $dir/acats.sum $dir/acats.log
display "Test Run By $USER on `date`"
display " === acats configuration ==="
target=`$GCC -dumpmachine`
......@@ -312,4 +314,6 @@ if [ $glob_countok -ne $glob_countn ]; then
display "*** FAILURES: $failed"
fi
display "$0 completed at `date`"
exit 0
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