Add: --no-color regression test

This commit is contained in:
Yoann La Cancellera
2023-09-25 11:40:20 +02:00
parent 6613880a9b
commit a7a4b4adca
2 changed files with 317 additions and 0 deletions

View File

@@ -24,6 +24,11 @@ func TestMain(t *testing.T) {
cmd: []string{"list", "--all"},
path: "tests/logs/upgrade/*.log",
},
{
name: "upgrade_list_all_no_color",
cmd: []string{"list", "--all", "--no-color"},
path: "tests/logs/upgrade/*.log",
},
{
name: "upgrade_list_sst",
cmd: []string{"list", "--sst"},