##// END OF EJS Templates
check-code: extract windows glob warning message...
Simon Heimberg -
r18832:a911e5dc default
parent child Browse files
Show More
@@ -89,6 +89,7 b' testfilters = ['
89 89 (r"<<(\S+)((.|\n)*?\n\1)", rephere),
90 90 ]
91 91
92 winglobmsg = "use (glob) to match Windows paths too"
92 93 uprefix = r"^ \$ "
93 94 utestpats = [
94 95 [
@@ -101,8 +102,7 b' utestpats = ['
101 102 "explicit exit code checks unnecessary"),
102 103 (uprefix + r'set -e', "don't use set -e"),
103 104 (uprefix + r'\s', "don't indent commands, use > for continued lines"),
104 (r'^ saved backup bundle to \$TESTTMP.*\.hg$',
105 "use (glob) to match Windows paths too"),
105 (r'^ saved backup bundle to \$TESTTMP.*\.hg$', winglobmsg),
106 106 ],
107 107 # warnings
108 108 [
General Comments 0
You need to be logged in to leave comments. Login now