Fix IND$FILE
Build and Test j3270 / Build JAR & Run Tests (push) Successful in 45s

This commit is contained in:
2026-08-26 00:04:30 +00:00
parent bcfd4ba2e0
commit ebc0b5ae6f
4 changed files with 91 additions and 21 deletions
+1
View File
@@ -43,6 +43,7 @@ fi
BUILD_DIR="$SCRIPT_DIR/build"
TEST_BUILD_DIR="$BUILD_DIR/test-classes"
REPORTS_DIR="$BUILD_DIR/reports/tests"
rm -rf "$TEST_BUILD_DIR"
mkdir -p "$TEST_BUILD_DIR" "$REPORTS_DIR"
# 3. Ensure JUnit standalone runner is present