We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c30d2e commit 1bedb62Copy full SHA for 1bedb62
modules/jlink/tests/features/jlink.feature
@@ -12,4 +12,4 @@ Scenario: Ensure jlinked builder is used to build the containerized application
12
Scenario: Ensure S2I_ENABLE_JLINK is not set to true
13
Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from quarkus-quickstarts/getting-started-3.0.1.Final-nos2i
14
Then container log should not contain S2I_ENABLE_JLINK=true
15
- And run ls /tmp/jre in container and check its output for No such file or directory
+ And run bash -c "test ! -d /tmp/jre && echo PASS" in container and immediately check its output for PASS
0 commit comments