Skip to content
Snippets Groups Projects
Commit a5ffc1aa authored by david_williams's avatar david_williams
Browse files

filter out 'created by' msgs

parent 603792fa
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,5 @@
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.wtp.releng.tests.ComparatorLog"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.wtp.releng.tests"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-DcomparatorLogLocation=/home/davidw/builds/workspaces/wtpHead/org.eclipse.wtp.releng.tests"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-DcomparatorLogLocation=/home/davidw/builds/workspaces/wtpHead/org.eclipse.wtp.releng.tests -DcomparatorFilterRules=/home/davidw/builds/workspaces/wtpHead/releng/maps/comparatorfilter.properties"/>
</launchConfiguration>
\ No newline at end of file
......@@ -14,7 +14,7 @@ public class ComparatorRules {
private String filterPropertyFileLocation = null;
private final static String COMPARATOR_FILTER_RULES = "comparatorFilterRules";
String defaultfilterPropertyFileLocation = "C:\\builds\\workspaces\\workspaceWTPHead\\org.eclipse.wtp.releng.tests\\src\\org\\eclipse\\wtp\\releng\\tests\\comparatorfilter.properties";
String defaultfilterPropertyFileLocation = "/home/davidw/builds/workspaces/wtpHead/releng/maps/comparatorfilter.properties";
public static void main(String[] args) {
......
! CAUTION: this particular file is not normally used in production runs. There is another file, in releng/maps
! that is used in production runs. It is the one that needs to be updated if rules added.
! comparator log messages start with a line identifing comparator used, and date ran, and then a
! sequence of 3 (sometimes 4) lines describing the differences found by comparator.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment