IBM-DYNAMIC
Release j3270 / Build & Publish Release (push) Successful in 1m16s
Build and Test j3270 / Build JAR & Run Tests (push) Successful in 1m13s

This commit is contained in:
2026-09-03 16:27:01 -04:00
parent db6043cb39
commit 3f95896f93
209 changed files with 16632 additions and 297 deletions
+1 -3
View File
@@ -131,9 +131,7 @@ public class TestRunner {
summary.printTo(new PrintWriter(System.out));
summary.printFailuresTo(new PrintWriter(System.err));
if (summary.getTotalFailureCount() > 0) {
System.exit(1);
}
System.exit(summary.getTotalFailureCount() > 0 ? 1 : 0);
}
}
EOF