unixorn/apgar

View on GitHub
fixtures/003-multiple-passing/serviceA/healthCheck

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash
#
# Passing healthCheck script
#
# Copyright 2016, DAQRI, LLC.

set -o pipefail

randsleep 5
echo "OK"
exit 0