Skip to content

Commit

Permalink
More testing tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Sabino Mullane committed Oct 19, 2011
1 parent ffa691d commit 5fca138
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 8 additions & 0 deletions t/99_spellcheck.t
Expand Up @@ -122,15 +122,21 @@ txt
## Changes:
CSV
ENV
Fiske
GSM
Johan
MAILSUBJECT
Mullane
PID
POSIX
Sabino
SQL
args
autovacuum
chunked
config
durations
filename
func
havepid
Expand All @@ -144,8 +150,10 @@ regex
regexes
syslog
sysread
tempfile
timestamp
uniques
unlink
whitespace
Expand Down
5 changes: 0 additions & 5 deletions tail_n_mail
Expand Up @@ -1319,11 +1319,6 @@ sub process_line {
return 0 if ($string =~ / duration: (\d+)/o and $1 < $arg{duration});
}

## If in tempfile mode, and we have a minimum cutoff, discard smaller ones
if ($arg{type} eq 'tempfile' and $arg{tempfile} >= 0) {
#return 0 if ($string =~ / temporary file:.+?size (\d+)/o and $1 < $arg{tempfile});
}

$arg{debug} and warn "MATCH at line $line of $filename\n";

## Force newlines to a single line
Expand Down

0 comments on commit 5fca138

Please sign in to comment.