You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/08/17 22:50:43 UTC

[maven-archetype] 02/02: [ARCHETYPE-580] The build fails with integration test (build-and-run-its) to find expected test in 'build.log'

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

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git

commit dc16c713e442fbf932c8f92ca657d1e642bcd7ca
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Aug 18 00:49:55 2019 +0200

    [ARCHETYPE-580] The build fails with integration test (build-and-run-its) to find expected test in 'build.log'
---
 .../build-and-run-its/src/test/resources/projects/basic/verify.groovy  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/maven-archetype-plugin/src/it/projects/build-and-run-its/src/test/resources/projects/basic/verify.groovy b/maven-archetype-plugin/src/it/projects/build-and-run-its/src/test/resources/projects/basic/verify.groovy
index 5825797..02d9429 100644
--- a/maven-archetype-plugin/src/it/projects/build-and-run-its/src/test/resources/projects/basic/verify.groovy
+++ b/maven-archetype-plugin/src/it/projects/build-and-run-its/src/test/resources/projects/basic/verify.groovy
@@ -17,4 +17,5 @@
  * under the License.
  */
 
-System.out.println("Yeah Baby, it rocks!")
\ No newline at end of file
+println( 'Yeah Baby, it rocks!' )
+System.out.flush()