~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: John Arbash Meinel
  • Date: 2010-08-30 21:23:49 UTC
  • mto: This revision was merged to the branch mainline in revision 5398.
  • Revision ID: john@arbash-meinel.com-20100830212349-figt9yz2cic6hy68
Remove the 'false' invocation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
        if [ ! -s selftest.log ] ; then exit 1 ; fi
50
50
        # Check that there were no errors reported.
51
51
        subunit-stats < selftest.log
52
 
        false
53
52
 
54
53
# Run Python style checker (apt-get install pyflakes)
55
54
#