##// END OF EJS Templates
check-code: add another Windows pathsep rule
Matt Mackall -
r19168:60b63216 default
parent child Browse files
Show More
@@ -112,6 +112,8 b' utestpats = ['
112 (r'^ reverting .*/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
112 (r'^ reverting .*/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
113 (r'^ cloning subrepo \S+/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
113 (r'^ cloning subrepo \S+/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
114 (r'^ pushing to \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
114 (r'^ pushing to \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
115 (r'^ pushing subrepo \S+/\S+ to.*[^)]$', winglobmsg,
116 '\$TESTTMP/unix-repo$'),
115 (r'^ moving \S+/.*[^)]$', winglobmsg),
117 (r'^ moving \S+/.*[^)]$', winglobmsg),
116 (r'^ no changes made to subrepo since.*/.*[^)]$',
118 (r'^ no changes made to subrepo since.*/.*[^)]$',
117 winglobmsg, '\$TESTTMP/unix-repo$'),
119 winglobmsg, '\$TESTTMP/unix-repo$'),
General Comments 0
You need to be logged in to leave comments. Login now