summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2018-07-17 12:29:34 +0200
committerKai Engert <kaie@kuix.de>2018-07-17 12:29:34 +0200
commit8f67b2d1f28fa4ec6234bfa71cad3bcfbca3e0f0 (patch)
tree868a13cb1acefec911c0b5ff87134483cd46d2bc /mach
parentd0d93402b154d971dadead4c5158e77e66aa3b19 (diff)
downloadnss-hg-8f67b2d1f28fa4ec6234bfa71cad3bcfbca3e0f0.tar.gz
Bug 1474887, nss-policy-check: a tool to check a NSS policy configuration for errors, r=rrelyea
Diffstat (limited to 'mach')
-rwxr-xr-xmach2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach b/mach
index f9fbccd23..178cfeb74 100755
--- a/mach
+++ b/mach
@@ -247,7 +247,7 @@ def parse_arguments():
tests = [
"cipher", "lowhash", "chains", "cert", "dbtests", "tools", "fips",
"sdr", "crmf", "smime", "ssl", "ocsp", "merge", "pkits", "ec",
- "gtests", "ssl_gtests", "bogo", "interop"
+ "gtests", "ssl_gtests", "bogo", "interop", "policy"
]
parser_test.add_argument(
'test', choices=tests, help="Available tests", action=testAction)