[Midnightbsd-cvs] mports: PortTest.pm: Typo fix.
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Mon Oct 22 12:07:53 EDT 2007
Log Message:
-----------
Typo fix.
Modified Files:
--------------
mports/Tools/lib/Magus:
PortTest.pm (r1.3 -> r1.4)
-------------- next part --------------
Index: PortTest.pm
===================================================================
RCS file: /home/cvs/mports/Tools/lib/Magus/PortTest.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -LTools/lib/Magus/PortTest.pm -LTools/lib/Magus/PortTest.pm -u -r1.3 -r1.4
--- Tools/lib/Magus/PortTest.pm
+++ Tools/lib/Magus/PortTest.pm
@@ -128,7 +128,7 @@
my $presults = $testclass->test("$self->{logdir}/$target");
# update the summary if the phase results is worse than what we had.
- if ($results{summary} eq 'pass' || ($results{summary} eq 'warn' && $presults->{'summary'} ne 'pass') {
+ if ($results{summary} eq 'pass' || ($results{summary} eq 'warn' && $presults->{'summary'} ne 'pass')) {
$results{summary} = $presults->{summary};
}
More information about the Midnightbsd-cvs
mailing list