[Python-modules-commits] r31812 - in packages/python-git/trunk/debian (rules)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Sat Feb 7 16:04:54 UTC 2015


    Date: Saturday, February 7, 2015 @ 16:04:52
  Author: yoh
Revision: 31812

BF: fixed up path/logic on when to run tests or not

Modified:
  packages/python-git/trunk/debian/rules

Modified: packages/python-git/trunk/debian/rules
===================================================================
--- packages/python-git/trunk/debian/rules	2015-02-07 16:04:41 UTC (rev 31811)
+++ packages/python-git/trunk/debian/rules	2015-02-07 16:04:52 UTC (rev 31812)
@@ -14,8 +14,8 @@
      for i in `seq 4`; do git reset --hard HEAD~1; done; git reset --hard origin/master; \
      git config user.name "TESTING"; \
      git config user.email "TESTING at example.com"; \
-	 touch build/test/go
-	[ ! -e build/test/go ] && \
+	 touch ../go
+	[ ! -e build/test/go ] || \
      GIT_PYTHON_TEST_GIT_REPO_BASE=$(CURDIR)/build/test/GitPython \
 	 nosetests -s -v git/test
 




More information about the Python-modules-commits mailing list