~ubuntu-branches/ubuntu/precise/rhythmbox-ubuntuone/precise-proposed

« back to all changes in this revision

Viewing changes to run-tests

  • Committer: Package Import Robot
  • Author(s): Rodney Dawes
  • Date: 2012-02-03 17:51:00 UTC
  • Revision ID: package-import@ubuntu.com-20120203175100-oethgj2ksx2b1yef
Tags: upstream-2.99.3
ImportĀ upstreamĀ versionĀ 2.99.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
# Author: Natalia Bidart <natalia.bidart@canonical.com>
 
3
#
 
4
# Copyright 2010 Canonical Ltd.
 
5
#
 
6
# This program is free software: you can redistribute it and/or modify it
 
7
# under the terms of the GNU General Public License version 3, as published
 
8
# by the Free Software Foundation.
 
9
#
 
10
# This program is distributed in the hope that it will be useful, but
 
11
# WITHOUT ANY WARRANTY; without even the implied warranties of
 
12
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
 
13
# PURPOSE.  See the GNU General Public License for more details.
 
14
#
 
15
# You should have received a copy of the GNU General Public License along
 
16
# with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
export PYTHONPATH=ubuntuone
 
18
u1lint .
 
19
if [ -x `which pep8` ]; then
 
20
    pep8 --repeat .
 
21
else
 
22
    echo "Please install the 'pep8' package."
 
23
fi
 
24
rm -rf _trial_temp