[med-svn] [khmer] 01/01: Fix some trivial things in autopkgtest
Andreas Tille
tille at debian.org
Tue Feb 10 14:07:02 UTC 2015
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 <tille at debian.org>
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
More information about the debian-med-commit
mailing list