Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #753 from asashour/patch-1
Browse files Browse the repository at this point in the history
Update ant.html
  • Loading branch information
cbeust committed Jul 14, 2015
2 parents 8ddff4d + ff847f8 commit ef2d119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ant.html
Expand Up @@ -380,7 +380,7 @@ <h4>Class FileSet</h4>
<pre class="brush: xml">
&lt;testng classpathref="run.cp"
outputDir="${testng.report.dir}"
haltOnFailure="true"M verbose="2"&gt;
haltOnFailure="true" verbose="2"&gt;
&lt;classfileset dir="${test.build.dir}" includes="**/*.class" /&gt;
&lt;/testng&gt;
</pre>
Expand Down

0 comments on commit ef2d119

Please sign in to comment.