It's most likely unrelated to your problem, but...

* Thomas Goirand <z...@debian.org>, 2014-08-12, 02:51:
       set -e && set -x && for i in 2.7 $(PYTHON3S) ; do \

"set -e" has no effect on statements that use "&&".
So you probably want s/&&/;/g here.

               TEMP_REZ=`mktemp -t` && \
               PYTHONPATH=$(CURDIR) PYTHON=python$$i
testr-python$$PYMAJOR run --subunit | tee $$TEMP_REZ | subunit2pyunit ; \

And here too.

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140811192311.ga8...@jwilk.net

Reply via email to