Browse Source

PityTest: Disable broken termsize detection

JNI-171
heck 3 years ago
parent
commit
ff47783341
  1. 5
      test/java/foundation/pEp/pitytest/TestLogger.java

5
test/java/foundation/pEp/pitytest/TestLogger.java

@ -25,10 +25,11 @@ public class TestLogger {
if (!initialized) { if (!initialized) {
logEnabled = true; logEnabled = true;
threadStrLen = 10; threadStrLen = 10;
lineWidth = 80; lineWidth = 120;
threadSeparator = ": "; threadSeparator = ": ";
tryDetermineTermSize(); // TODO: Disabled term size detection, not working anymore on macOS at least.... grmpl
// tryDetermineTermSize();
initialized = true; initialized = true;
} }
} }

Loading…
Cancel
Save