github.com/rochacon/deis@v1.0.2-0.20150903015341-6839b592a1ff/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