From patchwork Wed Jun 10 00:22:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [7,of,7] tests: simplify printenv calls From: Matt Harbison X-Patchwork-Id: 9576 Message-Id: To: "Matt Mackall" , mercurial-devel@selenic.com, "Pierre-Yves David" Cc: matt_harbison@yahoo.com Date: Tue, 09 Jun 2015 20:22:26 -0400 On Mon, 08 Jun 2015 22:14:39 -0400, Pierre-Yves David wrote: > > > On 06/08/2015 03:52 PM, Matt Mackall wrote: >> # HG changeset patch >> # User Matt Mackall >> # Date 1433794215 18000 >> # Mon Jun 08 15:10:15 2015 -0500 >> # Node ID 642894d52913f5f67175adc342f550791cd84fa9 >> # Parent ee25f3b990c12896b136db9f96347f570302dbec >> tests: simplify printenv calls >> >> Make printenv executable so that we don't need python, TESTDIR, or >> quoting. > > check-code? > > This series is pushed to the clowncopter. Much appreciated improvements, > thanks. > > I've not sure how windows feel about all this drop of "python", but I > assume it will be fine. ccing some windows people to be sure. > Windows doesn't like patch 5 (landed as 46727fea7a00). For example: --- c:/Users/Matt/Projects/hg/tests/test-ssh-bundle1.t +++ c:/Users/Matt/Projects/hg/tests/test-ssh-bundle1.t.err @@ -43,470 +43,26 @@ repo not found error $ hg clone -e dummyssh ssh://user@dummy/nonexistent local - remote: abort: there is no Mercurial repository here (.hg not found)! + remote: 'dummyssh' is not recognized as an internal or external command, + remote: operable program or batch file. abort: no suitable response from remote hg! [255] I'll see if I can get to the bottom of it without backing it out. _______________________________________________ Mercurial-devel mailing list Mercurial-devel@selenic.com https://selenic.com/mailman/listinfo/mercurial-devel