#!/usr/bin/env bash # # Kill leftover CI test processes (zenserver, minio, nomad, consul) whose # executable lives under the given build directory. # # Used by CI workflows to clean up any test processes from a previous run # before starting a new one, and to reap any that are still running after # the run finishes. # # Usage: kill-test-processes.sh