diff tests/common-pattern.py @ 35806:ab239e3de23b stable

tests: add a pattern to fix --pure tests Test Plan: ran all tests with and without --pure, everything passed on gcc112. Differential Revision: https://phab.mercurial-scm.org/D1946
author Augie Fackler <augie@google.com>
date Sat, 27 Jan 2018 21:50:04 -0500
parents 1d118f9f4f57
children 003ae586a02e
line wrap: on
line diff
--- a/tests/common-pattern.py	Fri Jan 26 16:01:42 2018 +0100
+++ b/tests/common-pattern.py	Sat Jan 27 21:50:04 2018 -0500
@@ -8,6 +8,9 @@
     (br'(zstd,)?zlib,none,bzip2',
      br'$USUAL_COMPRESSIONS$'
     ),
+    (br'=(zstd,)?zlib',
+     br'=$BUNDLE2_COMPRESSIONS$'
+    ),
     # capabilities sent through http
     (br'bundlecaps=HG20%2Cbundle2%3DHG20%250A'
      br'bookmarks%250A'