You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/06/08 11:52:38 UTC

[maven-checkstyle-plugin] branch MCHECKSTYLE-54 updated: [MCHECKSTYLE-54] verify output

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 <rf...@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