##// END OF EJS Templates
hghave: add some official category for known-bad and missing-good output...
marmoute -
r46778:ebcc5204 default
parent child Browse files
Show More
@@ -14,6 +14,8 b" tempprefix = 'hg-hghave-'"
14 14 checks = {
15 15 "true": (lambda: True, "yak shaving"),
16 16 "false": (lambda: False, "nail clipper"),
17 "known-bad-output": (lambda: True, "use for currently known bad output"),
18 "missing-correct-output": (lambda: False, "use for missing good output"),
17 19 }
18 20
19 21 try:
General Comments 0
You need to be logged in to leave comments. Login now