[pbuilder] 01/04: autpkgtest: recursively copy tests files, to carry over also the new data directory

Mattia Rizzolo mattia at debian.org
Mon Sep 5 08:09:08 UTC 2016


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

mattia pushed a commit to branch master
in repository pbuilder.

commit 9ae349a2b0292be8ef9fe8ed942d425e3b851e6f
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Sep 5 07:55:36 2016 +0000

    autpkgtest: recursively copy tests files, to carry over also the new data directory
---
 debian/tests/unit-tests | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/tests/unit-tests b/debian/tests/unit-tests
index 21b25d8..9503a9f 100644
--- a/debian/tests/unit-tests
+++ b/debian/tests/unit-tests
@@ -10,7 +10,8 @@ if [ -z "$TMPDIR" ]; then
     fi
 fi
 
-cp t/* "$TMPDIR"
+echo "Copying tests files..."
+cp -r t/* "$TMPDIR"
 export PBUILDER_TEST_VERBOSE="yes"
 "$TMPDIR"/runtests.sh
 

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



More information about the Pbuilder-maint mailing list