github.com/misfo/deis@v1.0.1-0.20141111224634-e0eee0392b8a/cache/bin/test (about) 1 #!/bin/bash 2 # 3 # Run container-level tests for deis/cache. 4 # This script is designed to be run inside the container. 5 # 6 7 # The absence of tests is considered an error. 8 echo "Error: no tests" 9 exit 1