[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Python3 search path order when building Debian package



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

* Thomas Goirand <zigo@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


Reply to: