Skip to content

Commit

Permalink
improve version tests part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Jul 23, 2024
1 parent 4a388a7 commit 28b7220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lando version --component healthcheck | grep "$(lando version --component @lando
lando version -c healthcheck | grep "$(lando version --component core)"

# Should print full version information
lando version --full | grep @lando/core | grep "$(lando version -c core)" | grep "$(uname -m)" | grep "node-v18" | grep cli | grep "$(lando version -c cli)"
lando version --full | grep @lando/core | grep "$(lando version -c core)" | grep "$(lando config --path os.platform | tr -d '\n' | sed -e "s/^'//" -e "s/'$//")" | grep "$(lando config --path os.arch | tr -d '\n' | sed -e "s/^'//" -e "s/'$//")" | grep node-v18 | grep cli | grep "$(lando version -c cli)"
```

## Destroy tests
Expand Down

0 comments on commit 28b7220

Please sign in to comment.