From: Jorge Soares Date: Fri, 28 Nov 2014 15:58:47 +0000 (+0000) Subject: Packages build fine. The test suite in tests/pysam_data/ doesnt seem to be complete. X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~349 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f3cd9c5f268e10ca733bab588c700c0b98bedb90;p=python-pysam.git Packages build fine. The test suite in tests/pysam_data/ doesnt seem to be complete. --- 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