tpl/build.xml.erb in salesforce-deploy-tool-3.3.1 vs tpl/build.xml.erb in salesforce-deploy-tool-3.3.2

- old
+ new

@@ -19,9 +19,10 @@ <% if @check_only -%> checkOnly="true" <% end -%> <% if @run_all_tests -%> runAllTests="true" + testLevel="RunLocalTests" <% end -%> <% if !@run_tests.empty? -%> testLevel="RunSpecifiedTests" <% end -%> <% if !@check_only -%>