File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
modules/jlink/tests/features Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,11 @@ Scenario: Check that /tmp/jre/bin/java and /tmp/jre/lib/modules exist post s2i b
18
18
| S2I_ENABLE_JLINK | true |
19
19
Then file /tmp/jre/bin/java should exist and be a file
20
20
And file /tmp/jre/lib/modules should exist and be a file
21
+
22
+ Scenario : Check that /tmp/jlink is deleted when S2I_DELETE_SOURCE is set
23
+ Given s2i build https://github.com/rh-openjdk/openjdk-container-test-applications from quarkus-quickstarts/getting-started-3.9.2-uberjar
24
+ | variable | value |
25
+ | S2I_ENABLE_JLINK | true |
26
+ | S2I_DELETE_SOURCE | true |
27
+ Then s2i build log should contain Cleaning up temporary file directory /tmp/jlink
28
+ And file /tmp/jlink should not exist
You can’t perform that action at this time.
0 commit comments