~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to .lbox.check

  • Committer: Brad Crittenden
  • Date: 2014-03-14 14:54:07 UTC
  • mto: This revision was merged to the branch mainline in revision 493.
  • Revision ID: bac@canonical.com-20140314145407-ihy283allu40bj3g
Move lint before test in lbox.check

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
set -e
3
3
make install SYSTEM_DEPS=
 
4
make lint
4
5
make test
5
 
make lint
6
6