Skip to content

Commit

Permalink
update renderer tests part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 18, 2024
1 parent ef973bd commit ddd0c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/renderer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Run the following commands to validate things are rolling as they should.
LANDO_RENDERER_FORCE=1 lando start

# Should use the simple renderer in a non-TTY environment
lando start | grep "" | wc -l | grep 5
lando start | sed 's/\x1b\[[0-9;]*m//g' | grep --color=never '✔ Healthcheck' | wc -l | grep 3
```

Destroy tests
Expand Down

0 comments on commit ddd0c84

Please sign in to comment.