This is an automated email from the git hooks/post-receive script. bob.dybian-guest pushed a commit to branch master in repository plink2.
commit 20fb164ab40b5dbc88b3dbc15c2f033d4a6b615c Author: Dylan Aïssi <[email protected]> Date: Wed Dec 24 08:35:41 2014 +0100 Cleaned d/examples --- debian/examples | 2 +- debian/tests/run-sample-analysis | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/examples b/debian/examples index 347eedd..0bcf2c8 100644 --- a/debian/examples +++ b/debian/examples @@ -3,4 +3,4 @@ toy.ped toy.map # Expected outputs for autopkgtest -debian/output_tests +debian/output_tests/* diff --git a/debian/tests/run-sample-analysis b/debian/tests/run-sample-analysis index 3f12c83..36ba500 100644 --- a/debian/tests/run-sample-analysis +++ b/debian/tests/run-sample-analysis @@ -9,7 +9,7 @@ if [ "$ADTTMP" = "" ] ; then ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX` fi cd $ADTTMP -cp -a /usr/share/doc/${pkg}/examples/output_tests/* $ADTTMP +cp -a /usr/share/doc/${pkg}/examples/* $ADTTMP PLINK2_TEST='plink2 --file toy' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/plink2.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
