github.com/rvaralda/deis@v1.4.1/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