Admin/isatest/isatest-statistics
changeset 28467 c8336c42668e
parent 25480 1bada8ff8122
child 29426 0a1d32bc5ee5
--- a/Admin/isatest/isatest-statistics	Thu Oct 02 21:21:21 2008 +0200
+++ b/Admin/isatest/isatest-statistics	Thu Oct 02 22:09:22 2008 +0200
@@ -79,7 +79,7 @@
   $(find "$LOG_DIR" -name "$LOG_NAME" -ctime "-${TIMESPAN}") | \
 perl -e '
   while (<>) {
-    if (m/(\d\d\d\d)-(\d\d)-(\d\d).*:Finished (\S+) \((\d+):(\d+):(\d+) elapsed time, (\d+):(\d+):(\d+) cpu time\)/) {
+    if (m/(\d\d\d\d)-(\d\d)-(\d\d).*:Finished (\S+) \((\d+):(\d+):(\d+) elapsed time, (\d+):(\d+):(\d+) cpu time/) {
         my $year = $1;
         my $month = $2;
         my $day = $3;