~nataliabidart/ubuntu-sso-client/sign-ui-with-query-params

« back to all changes in this revision

Viewing changes to run-tests

  • Committer: Natalia B. Bidart
  • Date: 2011-07-25 14:45:33 UTC
  • mto: This revision was merged to the branch mainline in revision 744.
  • Revision ID: natalia.bidart@canonical.com-20110725144533-3fhvd1o34d9rrzh3
Adding proper ignores to u1lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    ./setup.py clean
31
31
    u1lint
32
32
    if [ -x `which pep8` ]; then
33
 
        pep8 --repeat bin/ $MODULE
 
33
        pep8 --repeat .
34
34
    else
35
35
        echo "Please install the 'pep8' package."
36
36
    fi