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
4
4
@ubi10/openjdk-21
5
5
Scenario : Ensure save-artifacts script is executable (OPENJDK-3935)
6
6
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 " |
9
9
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
4
4
5
5
Scenario : Ensure image scripts are executable (OPENJDK-3935)
6
6
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 " |
9
9
Then available container log should contain run -rwxr-xr-x
10
10
And available container log should contain assemble -rwxr-xr-x
11
11
And available container log should contain usage -rwxr-xr-x
You can’t perform that action at this time.
0 commit comments