~barryprice/juju-deployer/resolve-OpenStack-1501-option-errors

« back to all changes in this revision

Viewing changes to .lbox.check

  • Committer: Brad Crittenden
  • Date: 2014-02-12 21:00:47 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: bac@canonical.com-20140212210047-bnwlijbs6tn2eq5c
Feedback from review: Additional tests, error checking, re-org to avoid circular imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
3
 
/usr/bin/nosetests -s --verbosity=2 deployer
 
3
python setup.py test
 
4