Crash when integration tests fail by running install and verify at the same time, instead of trying to do them separately.

This commit is contained in:
Khalid Shakir 2014-02-01 02:25:07 +08:00 committed by David Roazen
parent de13f41fc3
commit f968b8a58b
1 changed files with 3 additions and 6 deletions

View File

@ -563,8 +563,7 @@
<execution>
<id>package-integrationtests</id>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
<goal>run</goal>
</goals>
<configuration>
<goals>
@ -580,8 +579,7 @@
<execution>
<id>package-pipelinetests</id>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
<goal>run</goal>
</goals>
<configuration>
<goals>
@ -597,8 +595,7 @@
<execution>
<id>package-largescaletests</id>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
<goal>run</goal>
</goals>
<configuration>
<goals>