github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/cache/bin/test (about) 1 #!/usr/bin/env 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