git-lfs/docker/test_dockers.bsh

10 lines
193 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
set -eu
#Test to see is using the repo installs really work
CUR_DIR=$(dirname "${BASH_SOURCE[0]}")
${CUR_DIR}/run_dockers.bsh $(ls -d ${CUR_DIR}/git-lfs-test_*/) "${@}"