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 cf4f129 commit a7a893fCopy full SHA for a7a893f
tests/features/java/runtime.feature
@@ -50,6 +50,6 @@ Feature: Openshift OpenJDK Runtime tests
50
@ubi9
51
Scenario: Check custom JAVA_APP_DIR (OPENJDK-2033)
52
Given container is started with env
53
- | variable | value |
54
- | JAVA_APP_DIR | /home/jboss |
55
- Then available container log should contain INFO running in /home/jboss
+ | variable | value |
+ | JAVA_APP_DIR | /home/default |
+ Then available container log should contain INFO running in /home/default
0 commit comments