From f3cd9c5f268e10ca733bab588c700c0b98bedb90 Mon Sep 17 00:00:00 2001 From: Jorge Soares Date: Fri, 28 Nov 2014 15:58:47 +0000 Subject: [PATCH] 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 -- 2.30.2