Skip to content

Commit

Permalink
Fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Nov 21, 2024
1 parent 25cddbb commit 04655ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wildfly-builder-image/tests/features/legacy-s2i.feature
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ Scenario: Test external driver created during s2i.
| variable | value |
| GALLEON_PROVISION_LAYERS | jaxrs-server |
| GALLEON_PROVISION_FEATURE_PACKS | org.wildfly:wildfly-galleon-pack:34.0.0.Beta1, org.wildfly.cloud:wildfly-cloud-galleon-pack:7.0.2.Final |
Then s2i build log should match regex ^ *wildfly-maven-plugin:*.*\.Final:package\s
Then s2i build log should match regex ^ *Updated \$\{version.s2i.provisioning.maven.plugin\} from *\.Final to *\.Final
Then s2i build log should match regex wildfly-maven-plugin:.*\.Final:package
Then s2i build log should match regex Updated \$\{version.s2i.provisioning.maven.plugin\} from .*\.Final to .*\.Final
Then container log should contain WFLYSRV0025

Scenario: Test WildFly Maven Plugin version explicitly set
Expand Down

0 comments on commit 04655ff

Please sign in to comment.