mirror of
https://github.com/lingble/talos.git
synced 2025-11-20 07:55:14 +00:00
fix: align list and diskusage command flags with their Linux analogs
Fixes: https://github.com/talos-systems/talos/issues/3018 Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
This commit is contained in:
@@ -95,7 +95,7 @@ func (suite *DiskUsageSuite) TestSuccess() {
|
||||
}))
|
||||
|
||||
// check total calculation
|
||||
suite.RunCLI([]string{"usage", "--nodes", node, folder, "-d2", "--all"},
|
||||
suite.RunCLI([]string{"usage", "--nodes", node, folder, "-d1", "--all"},
|
||||
base.StdoutMatchFunc(func(stdout string) error {
|
||||
lines := strings.Split(strings.TrimSpace(stdout), "\n")
|
||||
if len(lines) == 1 {
|
||||
|
||||
Reference in New Issue
Block a user