Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/maven/s2i/tests/features/files.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Feature: test file properties for Maven S2I module
@ubi10/openjdk-21
Scenario: Ensure save-artifacts script is executable (OPENJDK-3935)
When container is started with args
| arg | value |
| command | find /usr/local/s2i -type f -printf "%f %M\n" |
| arg | value |
| command | find /usr/libexec/s2i -type f -printf "%f %M\n" |
Then available container log should contain save-artifacts -rwxr-xr-x
4 changes: 2 additions & 2 deletions modules/s2i/bash/tests/features/files.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Feature: OpenJDK S2I bash module tests

Scenario: Ensure image scripts are executable (OPENJDK-3935)
When container is started with args
| arg | value |
| command | find /usr/local/s2i/ -type f -printf "%h/%f %M\n" |
| arg | value |
| command | find /usr/libexec/s2i/ -type f -printf "%h/%f %M\n" |
Then available container log should contain run -rwxr-xr-x
And available container log should contain assemble -rwxr-xr-x
And available container log should contain usage -rwxr-xr-x
Loading