[Updated] D11816: tests: fix test-fix on NetBSD
wiz (Thomas Klausner)
phabricator at mercurial-scm.org
Mon Nov 29 12:45:26 UTC 2021
Closed by commit rHGe6aecc37bfbf: tests: fix test-fix on NetBSD (authored by wiz).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11816?vs=31173&id=31180
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11816/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11816
AFFECTED FILES
tests/test-fix.t
CHANGE DETAILS
diff --git a/tests/test-fix.t b/tests/test-fix.t
--- a/tests/test-fix.t
+++ b/tests/test-fix.t
@@ -1795,10 +1795,10 @@
> --config "fix.log:pattern=glob:**.log"
$ cat $LOGFILE | sort | uniq -c
- 4 bar.log
- 4 baz.log
- 3 foo.log
- 2 qux.log
+ \s*4 bar.log (re)
+ \s*4 baz.log (re)
+ \s*3 foo.log (re)
+ \s*2 qux.log (re)
$ cd ..
To: wiz, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20211129/d27cabaf/attachment-0002.html>
More information about the Mercurial-patches
mailing list