From: Python Applications Packaging Team Date: Thu, 25 Jun 2020 10:18:13 +0000 (+0100) Subject: proposed_upstream__test-clone-uncompressed X-Git-Tag: archive/raspbian/5.6.1-1+rpi1~1^2^2^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2088501ad3101f236ff7512b3ec29ef42004fd89;p=mercurial.git proposed_upstream__test-clone-uncompressed # HG changeset patch # User Julien Cristau # Date 1593076954 -7200 # Thu Jun 25 11:22:34 2020 +0200 # Node ID 39b6a9ff4c91b1b3a0e9d2eade46b6bf3d8f7d3c # Parent a46e36b824612be16b38a1c1cd11160c293d115b test: redirect stderr so warning messages don't cause changed output (issue6237) clone and commit race for the lock, and if commit has to wait more than a second it prints a warning to stderr. Since this is somewhat expected here, silence it. Differential Revision: https://phab.mercurial-scm.org/D8664 Gbp-Pq: Name proposed_upstream__test-clone-uncompressed.patch --- diff --git a/tests/test-clone-uncompressed.t b/tests/test-clone-uncompressed.t index 7e465da..5882c3e 100644 --- a/tests/test-clone-uncompressed.t +++ b/tests/test-clone-uncompressed.t @@ -407,7 +407,7 @@ actually serving file content $ 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