diff --git a/appveyor.yml b/appveyor.yml index 5465039af..e8ee4104f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,3 +12,7 @@ build_script: cache: - C:\Users\appveyor\.m2\repository - C:\Users\appveyor\.m2\wrapper + +on_failure: + - 7z a it-logs.zip target\it + - appveyor PushArtifact it-logs.zip \ No newline at end of file diff --git a/src/it/ISSUE-7/postbuild.groovy b/src/it/ISSUE-7/postbuild.groovy index 7cda4340d..2a4b959b6 100644 --- a/src/it/ISSUE-7/postbuild.groovy +++ b/src/it/ISSUE-7/postbuild.groovy @@ -44,5 +44,6 @@ assertExistsFile(file); content = file.text; assert assertContains(file, content, '/*-'); +assert false; return true;