~ubuntu-branches/ubuntu/precise/gst0.10-python/precise

« back to all changes in this revision

Viewing changes to testsuite/runtests.py

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-02-04 21:24:07 UTC
  • mfrom: (1.3.6) (4.1.38 sid)
  • Revision ID: package-import@ubuntu.com-20120204212407-da7y0ut34qp9nbdb
Tags: 0.10.22-3
* Team upload.
* Convert from dh_pycentral to dh_python2.
  Thanks to Colin Watson for the patch (Closes: #616836)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
SKIP_FILES = ['common', 'runtests']
30
30
 
 
31
os.environ['LC_MESSAGES'] = 'C'
 
32
 
31
33
def gettestnames(which):
32
34
    if not which:
33
35
        dir = os.path.split(os.path.abspath(__file__))[0]