commit | 420ff3fd7a0fa746230fedd60da8aeb6af9410ae | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Apr 14 12:46:30 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu Apr 14 12:46:30 2016 +0200 |
tree | 581b0c2142a275ea0ff3ab24d116485e9a48fcb7 | |
parent | 43c094699a2bbf62e7624ab9a26c88b6ddcb457c [diff] [blame] |
Fix tests dependency fetch
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 4676926..09ebcc2 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -89,7 +89,7 @@ log_info "Fetching dependency $dep_name" [ ! -d ${DEPSDIR} ] && mkdir -p ${DEPSDIR} - git clone $1 ${DEPSDIR}/$(basename $1 .git) + git clone $dep_source ${DEPSDIR}/$(basename $dep_source .git) ln -s ${dep_root}/${dep_name} ${SALT_FILE_DIR}/${dep_name} METADATA="${dep_metadata}" install_dependencies