This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository pbgenomicconsensus.
commit ebfaa14c3f8cfe67a4032a5eb53e0dbe81124330 Author: Afif Elghraoui <[email protected]> Date: Sat Jan 21 15:56:58 2017 -0800 autopkgtest: make sure to test installed version of the package --- debian/tests/control | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/tests/control b/debian/tests/control index 813cd3c..c625a23 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,4 +1,7 @@ -Test-Command: make tests +Test-Command: + cp -r Makefile tests $AUTOPKGTEST_TMP + && cd $AUTOPKGTEST_TMP + && make tests Depends: @, python-nose, @@ -6,7 +9,10 @@ Depends: make, Restrictions: allow-stderr -Test-Command: make extra-tests +Test-Command: + cp -r Makefile tests $AUTOPKGTEST_TMP + && cd $AUTOPKGTEST_TMP + && make extra-tests Depends: @, python-cram, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbgenomicconsensus.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
