Skip to content

Commit

Permalink
Set testFailureIgnore to true, add *.log to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Aug 4, 2015
1 parent 7be6c96 commit 10ca954
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions com.windowtester_parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@
<format>'e4x'yyyyMMddHHmm</format>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<testFailureIgnore>true</testFailureIgnore>
</configuration>
</plugin>
</plugins>
</build>
</project>
3 changes: 2 additions & 1 deletion com.windowtester_test/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/bin
/target
/wintest
/wintest
*.log

0 comments on commit 10ca954

Please sign in to comment.