Revive skipped tests

This commit is contained in:
Lorenzo Bolla
2022-02-07 16:27:09 +01:00
parent 5d98546e1d
commit 1361bf20dd
24 changed files with 274 additions and 92 deletions
+1
View File
@@ -103,6 +103,7 @@ Example:
cmd.Flag.Bool("filter-with-deps", false, "when filtering, include dependencies of matching packages as well")
cmd.Flag.Bool("force-components", false, "(only with component list) skip check that requested components are listed in Release file")
cmd.Flag.Bool("force-architectures", false, "(only with architecture list) skip check that requested architectures are listed in Release file")
cmd.Flag.Int("max-tries", 1, "max download tries till process fails with download error")
cmd.Flag.Var(&keyRingsFlag{}, "keyring", "gpg keyring to use when verifying Release file (could be specified multiple times)")
return cmd