diff options
author | kali <kali@leap.se> | 2012-08-09 23:36:25 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-09 23:36:25 +0900 |
commit | 6023a23a90ad81a46f32885c40b30c2b650af03b (patch) | |
tree | 540a9c2b8eff3def3db83d56b9820c96406b1ab7 /debian/rules | |
parent | 3abbe051b2f036e3dc246aa5d72e5801046f43e3 (diff) |
comment about current brokenness in run_tests w/ venv
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 12 |
1 files changed, 4 insertions, 8 deletions
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 |