aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
diff options
context:
space:
mode:
authorCourtney Bane <debian-bugs-5265@cbane.org>2011-06-24 18:37:59 +0200
committerGuido Günther <agx@sigxcpu.org>2011-06-24 19:10:23 +0200
commit3a68566193dbacd642960984383344d22e8930a6 (patch)
tree7f01aa7c9fb61639c967a5db4d00ed1a7692215f /debian/rules
parent43e11c71f4fb72481099ee74be9f519dcb5591bd (diff)
gbp-create-remote-repo: Improve url handling
Support user name expansion and different ssh ports. Closes; #630832
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 86334e97..c76d0084 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,7 +59,7 @@ checks: links_stamp
export GIT_AUTHOR_EMAIL=tests@example.com; \
export GIT_COMMITTER_NAME=$$GIT_AUTHOR_NAME; \
export GIT_COMMITTER_EMAIL=$$GIT_AUTHOR_EMAIL; \
- nosetests --with-doctest
+ nosetests --exe --with-doctest
endif
%.py: %