Skip to content

Commit 7c5ee8c

Browse files
committed
[OPENJDK-3653] fix s2i path in tests
The new location is /usr/libexec/s2i Signed-off-by: Jonathan Dowland <[email protected]>
1 parent b674696 commit 7c5ee8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/maven/s2i/tests/features/files.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

modules/s2i/bash/tests/features/files.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)