mirror of
https://github.com/imjasonh/krust
synced 2026-07-18 06:56:13 +00:00
migrate integration tests to testscript
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
cd1d52840c
commit
24685b4331
16 changed files with 299 additions and 345 deletions
9
tests/testdata/version.txt
vendored
Normal file
9
tests/testdata/version.txt
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Test version command variants
|
||||
|
||||
# Test --version flag
|
||||
exec ./krust --version
|
||||
stdout 'krust 0.1.0'
|
||||
|
||||
# Test version subcommand
|
||||
exec ./krust version
|
||||
stdout 'krust 0.1.0'
|
||||
Loading…
Add table
Add a link
Reference in a new issue