HLFS: Fixed Butterfly sanity checks.
This commit is contained in:
parent
a9d3a9a0d4
commit
39f5f3eb99
1 changed files with 7 additions and 0 deletions
|
@ -302,6 +302,13 @@
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
<!-- Fixing Butterfly sanity checks -->
|
||||||
|
<xsl:when test="contains(string(),'./fortify-test')
|
||||||
|
or contains(string(),'./ssp-test')">
|
||||||
|
<xsl:text>!</xsl:text>
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
<xsl:text>
</xsl:text>
|
||||||
|
</xsl:when>
|
||||||
<!-- Don't stop on strip run -->
|
<!-- Don't stop on strip run -->
|
||||||
<xsl:when test="contains(string(),'strip ')">
|
<xsl:when test="contains(string(),'strip ')">
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
|
|
Reference in a new issue