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/07/23 17:41:47 UTC

[maven-site-plugin] 01/01: Log build.log of sometimes unstable IT

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit 4c937130a45382e4467819954c910bbec38bd056
Author: rfscholte <rf...@apache.org>
AuthorDate: Tue Jul 23 19:41:38 2019 +0200

    Log build.log of sometimes unstable IT
---
 src/it/projects/effective-site/verify.groovy | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/it/projects/effective-site/verify.groovy b/src/it/projects/effective-site/verify.groovy
index 078e562..7529e34 100644
--- a/src/it/projects/effective-site/verify.groovy
+++ b/src/it/projects/effective-site/verify.groovy
@@ -17,6 +17,9 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
+assert new File( basedir, 'build.log' ).text.contains( 'BUILD SUCCESS' ) 
+ 
 assert new File( basedir, 'effective-site.xml' ).exists();
 
 return true;
\ No newline at end of file