Skip to content

Commit be6f3ec

Browse files
committedApr 2, 2014
Merge pull request #20 from harcher81/master
Fix JENKINS-18443
2 parents 68dda81 + fbb835f commit be6f3ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/main/java/org/jenkinsci/plugins/xunit/XUnitProcessor.java

-3
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ private boolean performTests(XUnitLog xUnitLog, AbstractBuild<?, ?> build, Build
122122

123123
if (ie instanceof SkipTestException) {
124124
xUnitLog.infoConsoleLogger("Skipping the metric tool processing.");
125-
findTest = false;
126125
continue;
127126
}
128127

@@ -137,8 +136,6 @@ private boolean performTests(XUnitLog xUnitLog, AbstractBuild<?, ?> build, Build
137136
throw new StopTestProcessingException();
138137
}
139138
}
140-
141-
142139
}
143140
return findTest;
144141
}

0 commit comments

Comments
 (0)