Skip to content

Commit

Permalink
LRQA-30939 Update gradle plugins test script with keepgoing parameter…
Browse files Browse the repository at this point in the history
… so all tests are run
  • Loading branch information
kenjiheigel authored and brianchandotcom committed Feb 23, 2017
1 parent 7992caf commit 2d167ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-test-batch.xml
Expand Up @@ -1746,7 +1746,7 @@ app.server.type=@{app.server.type}]]></echo>
<target name="gradle-plugins-test-jdk8">
<run-batch-test>
<test-action>
<for param="gradle.plugin.dir">
<for keepgoing="true" param="gradle.plugin.dir">
<path>
<dirset
dir="modules/sdk"
Expand Down

0 comments on commit 2d167ad

Please sign in to comment.