--- 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;