[med-svn] [python-pysam] 01/01: Packages build fine. The test suite in tests/pysam_data/ doesnt seem to be complete.
Jorge Soares
jssoares-guest at moszumanska.debian.org
Fri Nov 28 15:59:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
jssoares-guest pushed a commit to branch master
in repository python-pysam.
commit f3cd9c5f268e10ca733bab588c700c0b98bedb90
Author: Jorge Soares <j.s.soares at gmail.com>
Date: Fri Nov 28 15:58:47 2014 +0000
Packages build fine. The test suite in tests/pysam_data/ doesnt seem to be complete.
---
debian/python-tests/run-nose-tests | 3 ++-
debian/python3-tests/run-nose3-tests | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/python-tests/run-nose-tests b/debian/python-tests/run-nose-tests
index 2441b1d..94fece9 100644
--- a/debian/python-tests/run-nose-tests
+++ b/debian/python-tests/run-nose-tests
@@ -4,7 +4,8 @@ if [ "$ADTTMP" = "" ] ; then
ADTTMP=`mktemp -d /tmp/python-pysam-test.XXXXXX`
fi
cd $ADTTMP
-cp -a /usr/share/doc/python-pysam/tests/* $ADTTMP
+cp -ra /usr/share/doc/python-pysam/tests/* $ADTTMP
nosetests --nocapture
+cd
rm -rf $ADTTMP
diff --git a/debian/python3-tests/run-nose3-tests b/debian/python3-tests/run-nose3-tests
index 85628ae..4943914 100755
--- a/debian/python3-tests/run-nose3-tests
+++ b/debian/python3-tests/run-nose3-tests
@@ -4,7 +4,8 @@ if [ "$ADTTMP" = "" ] ; then
ADTTMP=`mktemp -d /tmp/python3-pysam-test.XXXXXX`
fi
cd $ADTTMP
-cp -a /usr/share/doc/python3-pysam/tests/* $ADTTMP
+cp -ra /usr/share/doc/python3-pysam/tests/* $ADTTMP
nosetests3 --nocapture
+cd
rm -rf $ADTTMP
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git
More information about the debian-med-commit
mailing list