mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 07:54:58 +00:00
Add: --no-color regression test
This commit is contained in:
@@ -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"},
|
||||
|
Reference in New Issue
Block a user