[PATCH V2] test-patchbomb: disable sendmail tests on Windows

Matt Harbison mharbison72 at gmail.com
Tue Apr 11 01:19:31 UTC 2017


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1491873174 14400
#      Mon Apr 10 21:12:54 2017 -0400
# Node ID bfa323bbeebb534f3540e9198648f1bd317b059a
# Parent  08fbc97d1364b08b53d538efc33b3ed41cea51a0
test-patchbomb: disable sendmail tests on Windows

These tests were failing, and there isn't a trivial way to execute a script on
Windows [1].

[1] https://www.mercurial-scm.org/pipermail/mercurial-devel/2017-April/096497.html

diff --git a/tests/test-patchbomb.t b/tests/test-patchbomb.t
--- a/tests/test-patchbomb.t
+++ b/tests/test-patchbomb.t
@@ -2846,6 +2846,7 @@
   @@ -0,0 +1,1 @@
   +d
   
+#if no-windows
 
 Set up a fake sendmail program
 
@@ -3026,3 +3027,4 @@
   (use 'hg push $TESTTMP/t3 -r ff2c9fa2018b -r 3b6f1ec9dde9')
   [255]
 
+#endif


More information about the Mercurial-devel mailing list