unixorn/apgar

View on GitHub
fixtures/004-multiple-failing/serviceApasses/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