Better handled the dump of testsuites commands.
This commit is contained in:
parent
db9cec66f1
commit
c355ad10e0
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@
|
|||
</xsl:template>
|
||||
|
||||
<xsl:template match="para/userinput">
|
||||
<xsl:if test="$testsuite = '0'">
|
||||
<xsl:if test="$testsuite = '0' and (contains(string(),'test') or
|
||||
contains(string(),'check'))">
|
||||
<xsl:apply-templates/>
|
||||
<xsl:text> &&
</xsl:text>
|
||||
</xsl:if>
|
||||
|
|
Reference in a new issue