OSDN Git Service

* ada/acats/run_all.sh: Log start and end times.
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Mar 2010 14:46:43 +0000 (14:46 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Mar 2010 14:46:43 +0000 (14:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157485 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/ada/acats/run_all.sh

index 067dc7d..89a0f07 100644 (file)
@@ -1,5 +1,9 @@
 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>
index edc76f4..eb30fbc 100755 (executable)
@@ -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