~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to .lbox.check

  • Committer: Kapil Thangavelu
  • Date: 2012-12-12 17:59:24 UTC
  • mto: This revision was merged to the branch mainline in revision 82.
  • Revision ID: kapil.foss@gmail.com-20121212175924-szl941canzsxzpcb
switch to make install & make test sans sys deps

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
set -e
3
 
./bin/nosetests  -v -s -x charmworld
 
3
make install SYSTEM_DEPS=
 
4
make test
 
5