Skip to content

Commit 04655ff

Browse files
committed
Fix regex
1 parent 25cddbb commit 04655ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wildfly-builder-image/tests/features/legacy-s2i.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ Scenario: Test external driver created during s2i.
116116
| variable | value |
117117
| GALLEON_PROVISION_LAYERS | jaxrs-server |
118118
| GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:34.0.0.Beta1, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.2.Final |
119-
Then s2i build log should match regex ^ *wildfly-maven-plugin:*.*\.Final:package\s
120-
Then s2i build log should match regex ^ *Updated \$\{version.s2i.provisioning.maven.plugin\} from *\.Final to *\.Final
119+
Then s2i build log should match regex wildfly-maven-plugin:.*\.Final:package
120+
Then s2i build log should match regex Updated \$\{version.s2i.provisioning.maven.plugin\} from .*\.Final to .*\.Final
121121
Then container log should contain WFLYSRV0025
122122

123123
Scenario: Test WildFly Maven Plugin version explicitly set

0 commit comments

Comments
 (0)