Skip to content
Snippets Groups Projects
tests.xml 292 B
<suite name="All" verbose="1">
    <test name="All">
        <groups>
            <run>
                <exclude name="broken" />
            </run>
        </groups>
        <packages>
            <package name="ch.systemsx.cisd.openbis.common.*" />
        </packages>
    </test>
</suite>