Skip to content
Snippets Groups Projects
Commit 00b32d1c authored by hansen's avatar hansen
Browse files

Removed System.exit(0)

parent 472b27b6
Branches
Tags
No related merge requests found
......@@ -60,6 +60,7 @@ public class B2TLA {
results.evalResults();
b2tla.printResults(results,
B2TLAGlobals.isCreateTraceFile());
System.exit(0);
} catch (NoClassDefFoundError e) {
System.err
......@@ -123,9 +124,9 @@ public class B2TLA {
System.out.println("Result: " + result);
//b2tla.printResults(results, B2TLAGlobals.isCreateTraceFile());
System.exit(0);
//System.exit(0);
}
System.exit(1);
//System.exit(1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment