Skip to content

Commit

Permalink
rat jars are optional
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1756317 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
sebbASF committed Aug 14, 2016
1 parent 25c1f8e commit 56077b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/src/org/apache/jmeter/JMeterVersionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ public void setUp() throws Exception {
propNames.remove("checkstyle-all"); // not needed in Maven
buildProp.remove("checkstyle-all.loc"); // not a Maven download
versions.remove("checkstyle-all");
// remove option RAT jars
propNames.remove("rat");
versions.remove("rat");
propNames.remove("rat-tasks");
versions.remove("rat-tasks");
prop = buildProp;
final File licencesDir = getFileFromHome("licenses/bin");
licencesDir.list(new FilenameFilter() {
Expand Down

0 comments on commit 56077b8

Please sign in to comment.