[Python-apps-commits] r10751 - in packages/mercurial/trunk/debian (changelog tests/testsuite)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Mon Apr 7 23:02:35 UTC 2014


    Date: Monday, April 7, 2014 @ 23:02:35
  Author: vicho
Revision: 10751

Blacklist test-patchbomb from the testsuite autopkgtest as it is
known to fail

Modified:
  packages/mercurial/trunk/debian/changelog
  packages/mercurial/trunk/debian/tests/testsuite

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2014-04-07 22:11:55 UTC (rev 10750)
+++ packages/mercurial/trunk/debian/changelog	2014-04-07 23:02:35 UTC (rev 10751)
@@ -6,6 +6,8 @@
     fixes the interpreter for us
   * Fix "fatal: empty ident name (for <babar at jungle.org>) not allowed"
     error in the mercurial-git autopkgtest
+  * Blacklist test-patchbomb from the testsuite autopkgtest as it is
+    known to fail
 
  -- Javi Merino <vicho at debian.org>  Sun, 06 Apr 2014 13:18:06 +0100
 

Modified: packages/mercurial/trunk/debian/tests/testsuite
===================================================================
--- packages/mercurial/trunk/debian/tests/testsuite	2014-04-07 22:11:55 UTC (rev 10750)
+++ packages/mercurial/trunk/debian/tests/testsuite	2014-04-07 23:02:35 UTC (rev 10751)
@@ -1,3 +1,9 @@
 #!/bin/sh
 
-exec make tests TESTFLAGS="--with-hg=/usr/bin/hg"
+set -e
+
+# Blacklist patchbomb (see http://bz.selenic.com/show_bug.cgi?id=4188)
+BLACKLISTED=$(mktemp --tmpdir mercurial_testsuite_blacklist.XXXXXXXX)
+echo test-patchbomb.t > $BLACKLISTED
+
+exec make tests TESTFLAGS="--with-hg=/usr/bin/hg --blacklist=$BLACKLISTED"




More information about the Python-apps-commits mailing list