~nataliabidart/ubuntuone-control-panel/fix-setup-for-qt

« back to all changes in this revision

Viewing changes to run-tests

  • Committer: Tarmac
  • Author(s): Natalia B. Bidart
  • Date: 2011-10-05 18:51:10 UTC
  • mfrom: (234.1.4 better-error-ui)
  • Revision ID: tarmac-20111005185110-unnr96ptwn3tvft1
- Error message and dialog title updated (LP:#862991) (LP: #862540).

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
style_check() {
40
40
    u1lint --ignore ubuntuone/controlpanel/gui/qt/ui
41
41
    if [ -x `which pep8` ]; then
42
 
        pep8 --exclude '.svn,CVS,.bzr,.hg,.git,*_ui.py,*_rc.py' --repeat .
 
42
        pep8 --exclude '.svn,CVS,.bzr,.hg,.git,*_ui.py,*_rc.py' --repeat . bin/*
43
43
    else
44
44
        echo "Please install the 'pep8' package."
45
45
    fi