GauthamBanasandra opened a new pull request #215:
URL: https://github.com/apache/yetus/pull/215
* The regex used to detect test changes
only caters to the case where there's
a directory named "test".
* Conventionally, the tests in CMake are
put under a directory named "tests".
This causes the regex match to fail and
thus results in a -1 for test4tests.
* We handle this case by matching "test"
with an optional trailing "s".
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]