Skip to content

Commit

Permalink
(#77) Check for the environment variable in the run test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Apr 10, 2019
1 parent ef9232f commit b40ded5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/run.feature
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ Feature: Run command

Scenario Outline: Run command with memory enabled for all images
Given I run `lpn run <type> -t <tag> -m "-Xms1024m -Xmx1024m"`
When I run `docker exec lpn-<type> ps aux | grep -e tomcat | xargs`
When I run `docker exec lpn-<type> env`
Then the output should contain:
"""
-Xms1024m -Xmx1024m
<variable>=-Xms1024m -Xmx1024m
"""
And I run `lpn rm <type>`

Expand Down

0 comments on commit b40ded5

Please sign in to comment.