We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9232f commit b40ded5Copy full SHA for b40ded5
features/run.feature
@@ -57,10 +57,10 @@ Feature: Run command
57
58
Scenario Outline: Run command with memory enabled for all images
59
Given I run `lpn run <type> -t <tag> -m "-Xms1024m -Xmx1024m"`
60
- When I run `docker exec lpn-<type> ps aux | grep -e tomcat | xargs`
+ When I run `docker exec lpn-<type> env`
61
Then the output should contain:
62
"""
63
- -Xms1024m -Xmx1024m
+ <variable>=-Xms1024m -Xmx1024m
64
65
And I run `lpn rm <type>`
66
0 commit comments