You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/03/25 17:23:24 UTC

[maven-compiler-plugin] branch TEST_TO_FIX_MCOMPILER-192 updated: Test.

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

khmarbaise pushed a commit to branch TEST_TO_FIX_MCOMPILER-192
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


The following commit(s) were added to refs/heads/TEST_TO_FIX_MCOMPILER-192 by this push:
     new 9dcfef3  Test.
9dcfef3 is described below

commit 9dcfef3b42cfdc13286077b707575c9e29ff730f
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Mar 25 19:23:16 2018 +0200

    Test.
---
 src/it/MCOMPILER-192/verify.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/MCOMPILER-192/verify.groovy b/src/it/MCOMPILER-192/verify.groovy
index 020cb89..0d4d796 100644
--- a/src/it/MCOMPILER-192/verify.groovy
+++ b/src/it/MCOMPILER-192/verify.groovy
@@ -38,7 +38,7 @@ if ( !content.contains ( '[INFO] BUILD FAILURE' ) ) {
 }
 
 // Disable for Jenkins. Once fixed, this test will fail again. In that case remove the JENKINS_URL again. 
-if ( ( System.getenv( 'JENKINS_URL') != null ) ^ !content.contains( 'Usage: javac <options> <source files>' ) ) { 
+if ( !content.contains( 'Usage: javac <options> <source files>' ) ) { 
   throw new RuntimeException( "log not containing Usage: javac <options> <source files> but <startLog>" + content + "</startLog>")
 }
 

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.