github.com/mgood/deis@v1.0.2-0.20141120022609-9a185b756e7d/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