[Bug 1262214] Re: [MIR] ply, python-jsonpath-rw
Michael Terry
michael.terry at canonical.com
Tue Jan 7 16:09:54 UTC 2014
The way you've implemented test running in ply's debian/rules won't
work. When you group multiple commands with a line-continuing
backslash, only the last command run will be used to determine if the
whole thing worked. You need to insert a "set -e" at the front like so:
set -e; for pyver in $(PYVERSIONS) $(PY3VERSIONS); do \
** Changed in: ply (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-jsonpath-rw in Ubuntu.
https://bugs.launchpad.net/bugs/1262214
Title:
[MIR] ply, python-jsonpath-rw
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ply/+bug/1262214/+subscriptions
More information about the Ubuntu-server-bugs
mailing list