]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* ada/acats/run_all.sh: Log start and end times.
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Tue, 16 Mar 2010 14:46:43 +0000 (14:46 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Tue, 16 Mar 2010 14:46:43 +0000 (14:46 +0000)
From-SVN: r157485

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

index 067dc7d49721ba62c3b8d2b942deb9b10138eae9..89a0f0774e59d5d85ff1f16ffd714110ecdf3523 100644 (file)
@@ -1,3 +1,7 @@
+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*.
index edc76f4371d4e615c9ca3a16812392055c2cfd58..eb30fbc335671d400ad9b88ef62c62f2af804eda 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