On Sun, Apr 14, 2013 at 6:33 AM, Jakub Wilk <jw...@debian.org> wrote: > I'd rather not rely on existence of nosetests-2.X scripts[0], and use this > instead: > ... do python$$pyversion /usr/bin/nosetests -v; done >
Thanks again, latest commit and upload: - set -e ; for pyversion in $(shell pyversions -vr); do nosetests-$$pyversion -v; done + set -e; for pyversion in $(shell pyversions -r); do \ + $$pyversion /usr/bin/nosetests -v; \ + done dget -x http://mentors.debian.net/debian/pool/main/p/python-heatclient/python-heatclient_0.2.2-1.dsc -- Prach Pongpanich -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAF=n8mkg8x3iu3k00ourw+zes9hyyjvrl4i4_33nuq7wotg...@mail.gmail.com