[PATCH 1 of 3] test-phases-exchange: properly conditionalize output

Yuya Nishihara yuya at tcha.org
Tue Jul 18 10:47:31 EDT 2017


On Tue, 18 Jul 2017 23:32:14 +0900, Yuya Nishihara wrote:
> On Tue, 18 Jul 2017 08:51:18 -0400, Matt Harbison wrote:
> > # HG changeset patch
> > # User Matt Harbison <matt_harbison at yahoo.com>
> > # Date 1500380050 14400
> > #      Tue Jul 18 08:14:10 2017 -0400
> > # Node ID 684787b859b507ffa4a42baf6e453f14c6eb6352
> > # Parent  7733525d160cbf6395d63fc8a62b56760e75b06b
> > test-phases-exchange: properly conditionalize output
> 
> I'm not 100% sure about the run-tests changes, but they smell good.
> Queued, thanks.

Nah, got test failure. I took only the first patch.

--- /home/yuya/work/hghacks/mercurial-review-run/tests/test-https.t
+++ /home/yuya/work/hghacks/mercurial-review-run/tests/test-https.t.err
@@ -606,13 +606,11 @@
   $ hg serve -p $HGPORT --certificate=/missing/certificate \
   > --config devel.servercafile=$PRIV --config devel.serverrequirecert=true
   abort: referenced certificate file (*/missing/certificate) does not exist (glob) (windows !)
-  abort: referenced certificate file (/missing/certificate) does not exist (no-windows !)
   [255]
 
   $ hg serve -p $HGPORT --certificate=$PRIV \
   > --config devel.servercafile=/missing/cafile --config devel.serverrequirecert=true
   abort: referenced certificate file (*/missing/cafile) does not exist (glob) (windows !)
-  abort: referenced certificate file (/missing/cafile) does not exist (no-windows !)
   [255]
 
 Start hgweb that requires client certificates:
@@ -657,13 +655,11 @@
 
   $ hg id https://localhost:$HGPORT/ --config auth.l.cert=/missing/cert
   abort: certificate file (*/missing/cert) does not exist; cannot connect to localhost (glob) (windows !)
-  abort: certificate file (/missing/cert) does not exist; cannot connect to localhost (no-windows !)
   (restore missing file or fix references in Mercurial config)
   [255]
 
   $ hg id https://localhost:$HGPORT/ --config auth.l.key=/missing/key
   abort: certificate file (*/missing/key) does not exist; cannot connect to localhost (glob) (windows !)
-  abort: certificate file (/missing/key) does not exist; cannot connect to localhost (no-windows !)
   (restore missing file or fix references in Mercurial config)
   [255]
 


More information about the Mercurial-devel mailing list