File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ Feature: test file properties for Maven S2I module
44 @ubi10/openjdk-21
55 Scenario : Ensure save-artifacts script is executable (OPENJDK-3935)
66 When container is started with args
7- | arg | value |
8- | command | find /usr /local /s2i -type f -printf "%f %M \n " |
7+ | arg | value |
8+ | command | find /usr /libexec /s2i -type f -printf "%f %M \n " |
99 Then available container log should contain save-artifacts -rwxr-xr-x
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Feature: OpenJDK S2I bash module tests
44
55 Scenario : Ensure image scripts are executable (OPENJDK-3935)
66 When container is started with args
7- | arg | value |
8- | command | find /usr /local /s2i / -type f -printf "%h /%f %M \n " |
7+ | arg | value |
8+ | command | find /usr /libexec /s2i / -type f -printf "%h /%f %M \n " |
99 Then available container log should contain run -rwxr-xr-x
1010 And available container log should contain assemble -rwxr-xr-x
1111 And available container log should contain usage -rwxr-xr-x
You can’t perform that action at this time.
0 commit comments