Skip to content

Commit

Permalink
Disable shell script unit tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
benbc committed Feb 10, 2016
1 parent 40257bb commit 11c05a3
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions packaging/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,28 +261,6 @@
</dependency>
</dependencies>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<executions>
<execution>
<id>shell-script-tests</id>
<phase>test</phase>
<goals>
<goal>exec</goal>
</goals>
<inherited>false</inherited>
<configuration>
<executable>./run-tests.sh</executable>
<workingDirectory>src/tests/shell-scripts</workingDirectory>
<arguments>
<argument>--verbose</argument>
</arguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 11c05a3

Please sign in to comment.