[Python-apps-commits] r12893 - in packages/hg-git/trunk/debian (changelog tests/testsuite)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Sun Mar 6 14:33:18 UTC 2016


    Date: Sunday, March 6, 2016 @ 14:33:17
  Author: vicho
Revision: 12893

Blacklist test-encoding in the testsuite's autopkgtest

Modified:
  packages/hg-git/trunk/debian/changelog
  packages/hg-git/trunk/debian/tests/testsuite

Modified: packages/hg-git/trunk/debian/changelog
===================================================================
--- packages/hg-git/trunk/debian/changelog	2016-03-06 14:33:16 UTC (rev 12892)
+++ packages/hg-git/trunk/debian/changelog	2016-03-06 14:33:17 UTC (rev 12893)
@@ -10,6 +10,7 @@
   * Bump standards-version to 3.9.7 (no change needed)
   * Fix mercurial-git autopkg test by redirecting stderr to stdout for
     git clone and git push
+  * Blacklist test-encoding in the testsuite's autopkgtest
 
  -- Javi Merino <vicho at debian.org>  Sun, 06 Mar 2016 13:34:25 +0000
 

Modified: packages/hg-git/trunk/debian/tests/testsuite
===================================================================
--- packages/hg-git/trunk/debian/tests/testsuite	2016-03-06 14:33:16 UTC (rev 12892)
+++ packages/hg-git/trunk/debian/tests/testsuite	2016-03-06 14:33:17 UTC (rev 12893)
@@ -5,4 +5,8 @@
 
 set -e
 
-exec make tests
+# Blacklist test-encoding
+BLACKLISTED=$(mktemp --tmpdir mercurial-git_testsuite_blacklist.XXXXXXXX)
+echo test-encoding.t > $BLACKLISTED
+
+exec make tests TESTFLAGS="--blacklist=$BLACKLISTED"




More information about the Python-apps-commits mailing list