mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Merge pull request #20 from evanchooly/master
fix testng.xml to actually run all the tests
This commit is contained in:
commit
a51d64a033
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
data-provider-thread-count="3">
|
data-provider-thread-count="3">
|
||||||
|
|
||||||
<test name="Main">
|
<test name="Main">
|
||||||
<classes>
|
<packages>
|
||||||
<class name="com.beust.kobalt.maven.DependencyTest" />
|
<package name="com.beust.*"/>
|
||||||
</classes>
|
</packages>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
</suite>
|
</suite>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue