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

[lintian] 03/06: t/runtests: Make --dump-logs default



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

nthykier pushed a commit to branch master
in repository lintian.

commit be0ca5b7e29e396b2228fdf789e0abc417f6de27
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Jan 18 19:49:04 2016 +0000

    t/runtests: Make --dump-logs default
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 debian/rules | 4 ++--
 t/runtests   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1adb6a3..0d0d1b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,13 +45,13 @@ api-doc:
 runtests: $(neededfiles) $(allchecks) $(allcollect) $(tagfiles) $(testfiles)
 	@echo .... running tests ....
 	mkdir -p "$(TEST_WORK_DIR)"
-	t/runtests --dump-logs -k $(PAR_ARGS) t "$(TEST_WORK_DIR)" $(onlyrun)
+	t/runtests -k $(PAR_ARGS) t "$(TEST_WORK_DIR)" $(onlyrun)
 	if [ "$(onlyrun)" = "" ]; then touch $@; fi
 
 runtests-translation: $(neededfiles) $(allchecks) update-po
 	@echo .... running translation tests ....
 	mkdir -p "$(TEST_WORK_DIR)"
-	t/runtests --dump-logs -k $(PAR_ARGS) t "$(TEST_WORK_DIR)" \
+	t/runtests -k $(PAR_ARGS) t "$(TEST_WORK_DIR)" \
 	  translation-check-descs
 
 # this target is only run manually
diff --git a/t/runtests b/t/runtests
index 292a5f8..f7a6b9f 100755
--- a/t/runtests
+++ b/t/runtests
@@ -116,7 +116,7 @@ our %OPT;
 our $VERBOSE = 0;
 our ($RUNDIR, $TESTSET, $ALWAYS_REBUILD);
 our $JOBS = -1;
-our $DUMP_LOGS = '';
+our $DUMP_LOGS = 1;
 our @TESTS;
 our $ACTIVE_JOBS = 0;
 

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


Reply to: