diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-10-07 17:50:56 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-10-07 17:50:56 +0200 |
| commit | fc484669d125695752c21455f8960182c476a670 (patch) | |
| tree | 1e5b9dc4c8043428956ebc9218871524883aad06 | |
| parent | test (diff) | |
| download | jitterbug-fc484669d125695752c21455f8960182c476a670.tar.gz | |
update builder
Diffstat (limited to '')
| -rw-r--r-- | scripts/builder.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/builder.pl b/scripts/builder.pl index 646037a..0552bea 100644 --- a/scripts/builder.pl +++ b/scripts/builder.pl @@ -53,7 +53,7 @@ while (1) { while (<$fh>){ $lines .= $_; } - ($result) = $lines =~ /^Result:\s(.*)$/; + ($result) = $lines =~ /Result:\s(\w+)/; my ( $name, ) = basename($version); $name =~ s/\.txt//; if ( !$result || ($result && $result !~ /PASS/ )) { |
