This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository khmer.
commit 10fcdeb12bc8f9c484040169a55835349bf06b04 Author: Andreas Tille <[email protected]> Date: Tue Feb 10 15:06:10 2015 +0100 Fix some trivial things in autopkgtest --- debian/tests/run-unit-test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test index a82f74c..db4492c 100644 --- a/debian/tests/run-unit-test +++ b/debian/tests/run-unit-test @@ -4,7 +4,7 @@ pkg=khmer if [ "$ADTTMP" = "" ] ; then ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX` fi - +cd $ADTTMP cp -rs /usr/lib/python2.7/dist-packages/khmer . -ln /usr/lib/khmer/bin khmer/scripts +ln -s /usr/lib/khmer/bin khmer/scripts PYTHONPATH=$PWD python2.7 -m nose --attr '!known_failing,!jenkins' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/khmer.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
