stevedlawrence opened a new pull request, #1164: URL: https://github.com/apache/daffodil/pull/1164
When ExpectIt fails to find a match in CLI tests, it adds the input buffer that scanned in the exception object it throws. Unfortunately, it does not include that buffer in the actual message, likely because it could be pretty verbose. Most of our CLI test outputs are fairly small, so we add the input buffer to the actual exception message so it can be seen by users. This should make debugging failing CLI tests a bit easier without having to enable the debug parameter in runCLI and re-run the test. DAFFODIL-2878 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
