commit | 493044bd9bbd8c6303ed730aae0e0cf81a18eabb | [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 | 980b634cfa870a9ddfda4efadce44930686452b6 | |
parent | f3546997ecd86d9a1319f02f601fe72c65a5200c [diff] |
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