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

This commit is contained in:
2026-09-03 16:27:01 -04:00
parent db6043cb39
commit 6296cf4341
210 changed files with 16655 additions and 299 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