summaryrefslogtreecommitdiffstats
path: root/src/sbin/ValidateBcfg2Repo
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbin/ValidateBcfg2Repo')
-rw-r--r--src/sbin/ValidateBcfg2Repo3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sbin/ValidateBcfg2Repo b/src/sbin/ValidateBcfg2Repo
index 4da868690..26a89abea 100644
--- a/src/sbin/ValidateBcfg2Repo
+++ b/src/sbin/ValidateBcfg2Repo
@@ -42,6 +42,7 @@ if __name__ == '__main__':
print "Failed to open file %s \t\t<---" % (filename)
continue
if schema.validate(datafile):
- print "%s checks out" % (filename)
+ if '-v' in argv:
+ print "%s checks out" % (filename)
else:
print "%s ***FAILS*** to verify \t\t<----" % (filename)