Skip to content

Commit

Permalink
Exit with an error on structural differences
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Oct 24, 2018
1 parent e259535 commit e5bc6f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/umlgraph/doclet/Version.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Automatically generated file */
package org.umlgraph.doclet;
class Version { public static String VERSION = "R5_7_2-47-g70a758";}
class Version { public static String VERSION = "R5_7_2-49-ge25953";}

1 change: 1 addition & 0 deletions src/test/java/org/umlgraph/test/UmlDocTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public static void main(String[] args) throws IOException {
for (String className : differences) {
pw.println(className);
}
System.exit(1);
} else {
pw.println("GOOD, all files are structurally equal");
}
Expand Down

0 comments on commit e5bc6f1

Please sign in to comment.