mirror of https://github.com/dspinellis/UMLGraph
Exit code on errors.
This commit is contained in:
parent
e51f53b25e
commit
644d148455
|
|
@ -64,6 +64,7 @@ public class BasicTest {
|
|||
pw.println();
|
||||
pw.println();
|
||||
pw.flush();
|
||||
System.exit(differences.size() > 0 ? 1 : 0);
|
||||
}
|
||||
|
||||
private static void performViewTests(List<String> differences, File outFolder)
|
||||
|
|
|
|||
Loading…
Reference in New Issue