git-lfs/docker/test_dockers.bsh
Andy Neff bb21163b45 Added Repo Tests
Added ./docker/test_dockers.bsh in order to test if the repo files
are working.
Got REPO_HOSTNAME env variable working for centos and debian
Standardized the archive filename for git-lfs.spec
2015-07-23 23:18:36 -04:00

10 lines
193 B
Bash
Executable File

#!/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_*/) "${@}"