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

khmarbaise pushed a commit to branch MRRESOURCES-104
in repository 
https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git


The following commit(s) were added to refs/heads/MRRESOURCES-104 by this push:
     new 2da18e8  WIP - Fixed.
2da18e8 is described below

commit 2da18e81910341ebd9e5d1e6bd926e9c43701d6e
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Sun Apr 8 00:47:13 2018 +0200

    WIP - Fixed.
---
 .../maven/plugin/resources/remote/it/IT_RunOnlyAtExecutionRoot.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/maven/plugin/resources/remote/it/IT_RunOnlyAtExecutionRoot.java
 
b/src/test/java/org/apache/maven/plugin/resources/remote/it/IT_RunOnlyAtExecutionRoot.java
index f35bb5e..182841f 100644
--- 
a/src/test/java/org/apache/maven/plugin/resources/remote/it/IT_RunOnlyAtExecutionRoot.java
+++ 
b/src/test/java/org/apache/maven/plugin/resources/remote/it/IT_RunOnlyAtExecutionRoot.java
@@ -43,9 +43,9 @@ public class IT_RunOnlyAtExecutionRoot
         Verifier verifier;
 
         verifier = TestUtils.newVerifier( new File( dir, "resource-projects" ) 
);
+        verifier.setLogFileName( "deploy.log" );
         verifier.executeGoal( "deploy" );
         verifier.verifyErrorFreeLog();
-        verifier.setLogFileName( "deploy.log" );
         verifier.resetStreams();
 
         verifier = TestUtils.newVerifier( dir );

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

Reply via email to