Skip to content

Commit

Permalink
Updated test running to v34
Browse files Browse the repository at this point in the history
  • Loading branch information
triestelaporte committed Jul 15, 2015
1 parent e01513d commit 80c2414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
</target>
<target name="DeployAndRunAllTests">
<echo>Deploy and RunAllTests in Org with username: ${sf.username}</echo>
<sf:deploy username="${sf.username}" password="${sf.password}" serverurl="${sf.serverurl}" maxPoll="${sf.maxPoll}" deployRoot="${user.dir}/src" logType="Detail" runallTests="${sf.runallTests}" />
<sf:deploy username="${sf.username}" password="${sf.password}" serverurl="${sf.serverurl}" maxPoll="${sf.maxPoll}" deployRoot="${user.dir}/src" logType="Detail" testLevel="${sf.testLevel}" />
</target>
<!-- There's really no point in running this in CircleCI unless we can do something with the output-->
<target name="SfApexDoc">
<java fork="true" jar="${user.dir}/lib/SfApexDoc.jar" failonerror="true">
<arg line="-d -s ${user.dir}/src/classes -t ${user.dir}/docs -a ${user.dir}/SfApexDocAuthor.txt -h ${user.dir}/SfApexDocHome.txt" />
</java>
</target>
</project>
</project>

0 comments on commit 80c2414

Please sign in to comment.