correcting total directory validity output

This commit is contained in:
Jochen Stärk
2020-06-06 13:57:00 +02:00
parent 34fea04501
commit 86b1cc0606

View File

@@ -64,6 +64,7 @@ public class ValidatorFileWalker
} catch (AssertionError ae) { } catch (AssertionError ae) {
thisResultValid=false; thisResultValid=false;
thisResultString="invalid"; thisResultString="invalid";
allValid=false;
} }
LOGGER.info(String.format("\n@%s Testing file %d: %s (%s)", dateFormat.format(date), fileCount++, thisResultString, file)); LOGGER.info(String.format("\n@%s Testing file %d: %s (%s)", dateFormat.format(date), fileCount++, thisResultString, file));