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 8da45db commit e759661Copy full SHA for e759661
tests/features/java/runtime.feature
@@ -35,3 +35,10 @@ Feature: Openshift OpenJDK Runtime tests
35
| variable | value |
36
| JAVA_ARGS | unique |
37
Then container log should not contain unique unique
38
+
39
+ @ubi8
40
+ Scenario: Check JAVA_APP_NAME can contain spaces (OPENJDK-104)
41
+ Given container is started with env
42
+ | variable | value |
43
+ | JAVA_APP_NAME | foo bar |
44
+ Then container log should not contain exec: bar': not found
0 commit comments