only run integration tests if unit tests pass

This commit is contained in:
Rick Olson 2014-05-28 13:49:20 -06:00
parent c860db833b
commit 9b47027dff

@ -1,3 +1,2 @@
#!/bin/sh
script/test
script/integration_tests
script/test && script/integration_tests