correcting total directory validity output
This commit is contained in:
@@ -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));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user