[Python-apps-commits] r4782 - in packages/mercurial/trunk/debian (rules)

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Tue Feb 16 01:34:22 UTC 2010


    Date: Tuesday, February 16, 2010 @ 01:34:16
  Author: vdanjean
Revision: 4782

Disable tests for now

Modified:
  packages/mercurial/trunk/debian/rules

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2010-02-16 01:26:27 UTC (rev 4781)
+++ packages/mercurial/trunk/debian/rules	2010-02-16 01:34:16 UTC (rev 4782)
@@ -9,7 +9,8 @@
 override_dh_auto_build: $(PYVERS:%=build-python%)
 	$(MAKE) -C doc man
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	$(MAKE) tests
+	# Tests are not yet ready to be run in Debian build context
+	#$(MAKE) tests
 endif
 	# Do not start a line with a word with a dot in a manpage
 	sed -i -e 's,^[.]\(hgignore\|hg/hgrc\),\\fP\1,' doc/hg.1




More information about the Python-apps-commits mailing list