Admin/isatest-statistics
changeset 20615 0d71cc267e0d
parent 20614 948ad402c8a7
child 20646 02729d4d6e4a
--- a/Admin/isatest-statistics	Tue Sep 19 21:49:38 2006 +0200
+++ b/Admin/isatest-statistics	Tue Sep 19 22:00:32 2006 +0200
@@ -51,7 +51,7 @@
   $(find "$ISATEST_LOG" -name "isatest-makeall-${PLATFORM}*" -ctime "-${TIMESPAN}") | \
 perl -e '
   while (<>) {
-    if (m/isatest-makeall-\w+-\w+-(\d+)-(\d+)-(\d+)-.*:Finished (\S+) \(.*, (\d+):(\d+):(\d+) cpu time\)/) {
+    if (m/isatest-makeall-.*-(\d+)-(\d+)-(\d+)-.*:Finished (\S+) \(.*, (\d+):(\d+):(\d+) cpu time\)/) {
         my $year = $1;
         my $month = $2;
         my $day = $3;