Skip to content

Commit

Permalink
update renderer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 18, 2024
1 parent bf0e6f7 commit ef973bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/renderer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Run the following commands to validate things are rolling as they should.
# Should not error using the default renderer while packaged up
LANDO_RENDERER_FORCE=1 lando start

# Should use the verbose renderer in a non-TTY environment
lando start | grep "\[COMPLETED\]" | wc -l | grep 5
# Should use the simple renderer in a non-TTY environment
lando start | grep "" | wc -l | grep 5
```

Destroy tests
Expand Down

0 comments on commit ef973bd

Please sign in to comment.