~ubuntu-branches/ubuntu/vivid/software-properties/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/tests/run-tests

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Matthew Paul Thomas, Sami Jaktholm, Robert Roth, Martin Pitt
  • Date: 2013-06-24 12:52:34 UTC
  • Revision ID: package-import@ubuntu.com-20130624125234-52uk01xkj8h3efhw
Tags: 0.92.20
[ Matthew Paul Thomas ]
* Fix spelling of "occurred".

[ Sami Jaktholm ]
* softwareproperties/ppa.py
  - Use PycURL only with python2, not if urllib raises an unexpected
    exception in python3. (LP: #1111291)
  - Catch http.client.HTTPExceptions from urlopen and raise a PPAException
    to show a formatted error message instead of traceback.

[ Robert Roth ]
* softwareproperties/SoftwarePropterties.py: Remove white space from
  comments for sources (LP: #1185144)
* Use two-line items in other sources (LP: #930827)
* Deprecate --enable-component option, superseded by add-apt-repository.
  (LP: #1170114)

[ Martin Pitt ]
* Replace obsolete "scrollkeeper" build dependency with rarian-compat.
* debian/control: Bump Standards-Version to 3.9.4.
* debian/tests/run-tests: Make failures in python 2 tests fatal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
set -e
4
4
 
5
 
xvfb-run sh -ec 'python setup.py test; python3 setup.py test'
 
5
xvfb-run sh -ec 'python setup.py test && python3 setup.py test'