[Python-apps-commits] r9976 - in packages/mercurial/trunk/debian (2 files)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Fri Aug 16 16:36:36 UTC 2013


    Date: Friday, August 16, 2013 @ 16:36:34
  Author: vicho
Revision: 9976

Enable tests that need networking

Modified:
  packages/mercurial/trunk/debian/mercurial.test_blacklist
  packages/mercurial/trunk/debian/rules	(contents, properties)

Modified: packages/mercurial/trunk/debian/mercurial.test_blacklist
===================================================================
--- packages/mercurial/trunk/debian/mercurial.test_blacklist	2013-08-16 16:36:27 UTC (rev 9975)
+++ packages/mercurial/trunk/debian/mercurial.test_blacklist	2013-08-16 16:36:34 UTC (rev 9976)
@@ -1,34 +1,3 @@
-# These tests need networking (there is no network in buildds, not
-# even loopback)
-test-archive.t
-test-extension.t
-test-hgweb.t
-test-hgweb-commands.t
-test-hgweb-descend-empties.t
-test-hgweb-diffs.t
-test-hgweb-empty.t
-test-hgweb-filelog.t
-test-hgweb-no-path-info.t
-test-hgweb-no-request-uri.t
-test-hgweb-non-interactive.t
-test-hgweb-raw.t
-test-hgweb-removed.t
-test-hgwebdir.t
-test-hgwebdirsym.t
-test-interhg.t
-test-keyword.t
-test-largefiles.t
-test-mq-qclone-http.t
-test-mq-qimport.t
-test-newcgi.t
-test-newercgi.t
-test-obsolete.t
-test-oldcgi.t
-test-serve.t
-test-share.t
-test-subrepo-relative-path.t
-test-websub.t
-
 # Failed to locate styles (?)
 test-bisect3.t
 test-command-template.t

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2013-08-16 16:36:27 UTC (rev 9975)
+++ packages/mercurial/trunk/debian/rules	2013-08-16 16:36:34 UTC (rev 9976)
@@ -35,7 +35,7 @@
 		sed -i.deb-backup -e 's/sleep 1/sleep 2/' $(CURDIR)/tests/test-pull-pull-corruption.t
 endif
 
-	dh_auto_test -- TESTFLAGS="--verbose --timeout 480 $(PARALLEL_TEST_JOBS) --blacklist $(CURDIR)/debian/mercurial.test_blacklist"
+	http_proxy='' dh_auto_test -- TESTFLAGS="--verbose --timeout 480 $(PARALLEL_TEST_JOBS) --blacklist $(CURDIR)/debian/mercurial.test_blacklist"
 
 	rename.ul .deb-backup '' $(CURDIR)/tests/*
 endif




More information about the Python-apps-commits mailing list