From 6023a23a90ad81a46f32885c40b30c2b650af03b Mon Sep 17 00:00:00 2001 From: kali Date: Thu, 9 Aug 2012 23:36:25 +0900 Subject: comment about current brokenness in run_tests w/ venv --- debian/rules | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 152bc0d8..cceb49ab 100755 --- a/debian/rules +++ b/debian/rules @@ -6,14 +6,6 @@ # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # -# - -# needed??? no, should transition to use dhpython2 -# http://wiki.debian.org/Python/TransitionToDHPython2 -# -#DEB_PYTHON_SYSTEM=pysupport - - # Uncomment this to turn on verbose mode. #DH_VERBOSE=1 @@ -26,6 +18,10 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # run tests! # + +# have to fix running tests inside venv. +# XXX breaking git-buildpackage process +# if we choose to run inside venv test-python%: ./run_tests.sh -- cgit v1.2.3