This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch MCHECKSTYLE-54 in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git
The following commit(s) were added to refs/heads/MCHECKSTYLE-54 by this push: new 8fcb844 [MCHECKSTYLE-54] verify output 8fcb844 is described below commit 8fcb844fd053f6b41c37f57f32c54a3a5152fbbe Author: rfscholte <rfscho...@apache.org> AuthorDate: Sat Jun 8 13:52:30 2019 +0200 [MCHECKSTYLE-54] verify output --- src/it/MCHECKSTYLE-54/verify.groovy | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/it/MCHECKSTYLE-54/verify.groovy b/src/it/MCHECKSTYLE-54/verify.groovy index 939758c..05ca34a 100644 --- a/src/it/MCHECKSTYLE-54/verify.groovy +++ b/src/it/MCHECKSTYLE-54/verify.groovy @@ -21,4 +21,6 @@ def eol = System.lineSeparator().bytes def srcFile = new File(basedir, 'src/main/java/org/apache/maven/plugins/checkstyle/mcheckstyle54/Mcheckstyle54.java').text def matcher = srcFile =~ /(\r\n|\r|\n)/ -assert matcher[0][0].bytes == eol \ No newline at end of file +assert matcher[0][0].bytes == eol + +assert new File(basedir,'build.log').text.contains('BUILD SUCCESS') \ No newline at end of file