diff options
Diffstat (limited to 'healthcheck/scripts')
-rwxr-xr-x | healthcheck/scripts/cmd.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/healthcheck/scripts/cmd.sh b/healthcheck/scripts/cmd.sh new file mode 100755 index 0000000..aeeffde --- /dev/null +++ b/healthcheck/scripts/cmd.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +run_tests -t ${TAG} -r || true |