~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to .lbox.check

  • Committer: Kapil Thangavelu
  • Author(s): Kapil Thangavelu
  • Date: 2012-12-12 18:25:05 UTC
  • mfrom: (77.2.9 lbox-check)
  • Revision ID: kapil.foss@gmail.com-20121212182505-2un7032k8isroamz
lbox.check for automated testing on propose/merge

That is all.

R=rharding
CC=
https://codereview.appspot.com/6930057

Show diffs side-by-side

added added

removed removed

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