~ubuntu-branches/ubuntu/wily/mercurial/wily

« back to all changes in this revision

Viewing changes to debian/patches/for_upstream__dont_rm_usr_bin_python_when_running_testsuite.patch

  • Committer: Package Import Robot
  • Author(s): Javi Merino
  • Date: 2013-11-01 23:19:57 UTC
  • mfrom: (1.2.38) (9.1.16 experimental)
  • Revision ID: package-import@ubuntu.com-20131101231957-hs70pwpinavlz3t6
Tags: 2.8-1
* New upstream release
* Fix mercurial-git and hgsubversion autopkgtest by loading the
  appropriate extension
* Bump standards-version to 3.9.5 (no change needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 This fixes it at least in Debian.  I'm unsure about other systems.
8
8
Bug: http://bz.selenic.com/show_bug.cgi?id=4045
9
9
 
10
 
diff --git a/tests/run-tests.py b/tests/run-tests.py
11
10
--- a/tests/run-tests.py
12
11
+++ b/tests/run-tests.py
13
 
@@ -429,7 +429,7 @@ def usecorrectpython():
 
12
@@ -430,7 +430,7 @@ def usecorrectpython():
14
13
              sys.executable)
15
14
         mypython = os.path.join(BINDIR, pyexename)
16
15
         try: