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 (
|
failures = sh (
|
||||||
script: """ \
|
script: """ \
|
||||||
while read line; do
|
while read line; do
|
||||||
if [[ "\$line" = *"-error\" style=\"display:none;\">" ]]; then
|
if [[ "\$line" = *'-error" style="display:none;">' ]]; then
|
||||||
prefix1='<tr class="a" id="'
|
prefix1='<tr class="a" id="'
|
||||||
prefix2='<tr class="b" id="'
|
prefix2='<tr class="b" id="'
|
||||||
suffix='-error" style="display:none;">'
|
suffix='-error" style="display:none;">'
|
||||||
|
|
Loading…
Reference in New Issue