HHH-17982 Setup JPA 3.2 TCK testing automation for ORM 7
This commit is contained in:
parent
40bf380c5f
commit
6633838b09
|
@ -144,7 +144,7 @@ pipeline {
|
|||
failures = sh (
|
||||
script: """ \
|
||||
while read line; do
|
||||
if [[ "\$line" = *"-error\" style=\"display:none;\">" ]]; then
|
||||
if [[ "\$line" = *'-error" style="display:none;">' ]]; then
|
||||
prefix1='<tr class="a" id="'
|
||||
prefix2='<tr class="b" id="'
|
||||
suffix='-error" style="display:none;">'
|
||||
|
|
Loading…
Reference in New Issue