[Updated] D8664: test: redirect stderr so warning messages don't cause changed output (issue6237)

jcristau (Julien Cristau) phabricator at mercurial-scm.org
Mon Jun 29 10:33:10 UTC 2020


Closed by commit rHG3f17018c9d54: test: redirect stderr so warning messages don't change output (issue6237) (authored by jcristau).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D8664?vs=21711&id=21730

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D8664/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D8664

AFFECTED FILES
  tests/test-clone-uncompressed.t

CHANGE DETAILS

diff --git a/tests/test-clone-uncompressed.t b/tests/test-clone-uncompressed.t
--- a/tests/test-clone-uncompressed.t
+++ b/tests/test-clone-uncompressed.t
@@ -407,7 +407,7 @@
   $ sleep 1
   $ echo >> repo/f1
   $ echo >> repo/f2
-  $ hg -R repo ci -m "1"
+  $ hg -R repo ci -m "1" 2>/dev/null
   $ wait
   $ hg -R clone id
   000000000000



To: jcristau, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200629/81f532f5/attachment-0002.html>


More information about the Mercurial-patches mailing list