From: Michael R. Crusoe Date: Sun, 17 Nov 2019 17:33:08 +0000 (+0100) Subject: remove unused autopkgtests X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~80 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c7d31c59e10cae3d076a6ef1e09c9d27c653af98;p=python-pysam.git remove unused autopkgtests --- diff --git a/debian/tests/run-nose-tests b/debian/tests/run-nose-tests deleted file mode 100755 index 75c3ba6..0000000 --- a/debian/tests/run-nose-tests +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -if [ "$ADTTMP" = "" ] ; then - ADTTMP=`mktemp -d /tmp/python-pysam-test.XXXXXX` -fi -cp -ra /usr/share/doc/python-pysam/data/* $ADTTMP - -# FIXME!! -# That's a pretty strange hack but without it the dynamic libraries are not found -# Need to be tracked down before uploading -cd /usr/lib/python2.7/dist-packages/pysam -gnutype=`dpkg-architecture -qDEB_TARGET_GNU_TYPE` -for so in *.${gnutype}.so ; do sudo ln -sf $so `basename $so .${gnutype}.so`.so ; done - -cd $ADTTMP -find . -name "*.gz" -exec gunzip -f \{\} \; - -nosetests --nocapture -v -cd -# rm -rf $ADTTMP - diff --git a/debian/tests/run-nose3-tests b/debian/tests/run-nose3-tests deleted file mode 100755 index ffa0b12..0000000 --- a/debian/tests/run-nose3-tests +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -e - -if [ "$ADTTMP" = "" ] ; then - ADTTMP=`mktemp -d /tmp/python3-pysam-test.XXXXXX` -fi -cd $ADTTMP -cp -ra /usr/share/doc/python-pysam/tests/* $ADTTMP -nosetests3 --nocapture -cd -rm -rf $ADTTMP