Werner's Miscellanea
Sign in or create your account | Project List | Help
Werner's Miscellanea Commit Details
Date: | 2011-10-13 16:06:11 (12 years 1 month ago) |
---|---|
Author: | Werner Almesberger |
Commit: | 86e86dca5a17359d6450fb5b4fd4e9f84bcab1b5 |
Message: | m1rc3/norruption/2/collda: corrected $n to be the number of standby
failures |
Files: |
m1rc3/norruption/2/collda (1 diff) |
Change Details
m1rc3/norruption/2/collda | ||
---|---|---|
5 | 5 | next; |
6 | 6 | } |
7 | 7 | next unless /Checking : (\S+)\s+CRC failed.* got (\S+)\)/; |
8 | $n++; | |
9 | $c{$n} = $c+1; | |
10 | next if $1 eq "standby.fpg"; | |
8 | if ($1 eq "standby.fpg") { | |
9 | $n++; | |
10 | $c{$n} = $c+1; | |
11 | } | |
11 | 12 | next if $last{$1} eq $2; |
12 | 13 | if (defined $h{$n}) { |
13 | 14 | $h{$n} .= ", ".$1; |
Branches:
master