Repository: gora Updated Branches: refs/heads/master b6d3e614f -> dd35192ac
GORA-357 - Maven Surefire testFailureIgnore is true :: changed to not ignore failures Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/dd35192a Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/dd35192a Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/dd35192a Branch: refs/heads/master Commit: dd35192aca863c884e64478d4efc11eac7182b9a Parents: b6d3e61 Author: Alfonso Nishikawa <[email protected]> Authored: Fri Aug 29 23:16:25 2014 -0100 Committer: Alfonso Nishikawa <[email protected]> Committed: Fri Aug 29 23:16:25 2014 -0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/dd35192a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ce1c8fc..e401983 100644 --- a/pom.xml +++ b/pom.xml @@ -422,7 +422,7 @@ </systemPropertyVariables> <argLine>-Xmx512m</argLine> <forkMode>always</forkMode> - <testFailureIgnore>true</testFailureIgnore> + <testFailureIgnore>false</testFailureIgnore> </configuration> </plugin> <plugin>
