[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: d/rules: Remove check-tag target



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit 63379914b9e141841f7dc216581ac11c18b69f59
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Sep 29 19:48:30 2013 +0200

    d/rules: Remove check-tag target
    
    The target is replaced by "runtests" with "onlyrun=tag:<name-of-tag>"
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 debian/rules |   10 ----------
 1 file changed, 10 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4f77974..d933347 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,16 +47,6 @@ runtests: $(neededfiles) $(allchecks) $(allcollect) $(tagfiles) $(testfiles)
 	t/runtests --dump-logs -k $(PAR_ARGS) t "$(TEST_WORK_DIR)" $(onlyrun)
 	if [ "$(onlyrun)" = "" ]; then touch $@; fi
 
-# Like runtests but only runs tests affecting a particular tag.  That tag
-# should be specified by setting the tag makefile variable.
-check-tag:
-	@if [ "$(tag)" = "" ]; then \
-		echo 'Specify tag to test with tag=<tag>'; exit 1; \
-	fi
-	rm -rf "$(TEST_WORK_DIR)"
-	mkdir "$(TEST_WORK_DIR)"
-	private/runtests $(PAR_ARGS) -t $(tag)
-
 # this target is only run manually
 refresh-perl-provides:
 	perl private/refresh-perl-provides > $(perlprovides)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: