[Reproducible-commits] [dpkg] 13/32: build: Add the dselect/methods directory to the TAP::Harness library paths

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Nov 6 14:02:18 UTC 2015


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

lunar pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit 91d50f40621cb797a53e8df7b9f1381dd2a8915b
Author: Guillem Jover <guillem at debian.org>
Date:   Sat Oct 17 16:51:38 2015 +0200

    build: Add the dselect/methods directory to the TAP::Harness library paths
    
    This is not currently used, but it makes sure these modules are visible
    for future tests.
---
 check.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check.am b/check.am
index 73cb8f0..a792822 100644
--- a/check.am
+++ b/check.am
@@ -12,7 +12,7 @@ TEST_VERBOSE ?= 0
 
 TEST_RUNNER = '\
 	my $$harness = TAP::Harness->new({ \
-	    lib => [ "$(top_srcdir)/scripts" ], \
+	    lib => [ "$(top_srcdir)/scripts", "$(top_srcdir)/dselect/methods"  ], \
 	    color => 1, \
 	    verbosity => $(TEST_VERBOSE), \
 	    failures => 1, \

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



More information about the Reproducible-commits mailing list