commit | 13fe1588579ad537b5090f2072ac318ca7f7bcc9 | [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 | d767b3f87f3362dc88677c907fb9a74d746798d2 | |
parent | 33d43f1286987e96fef3c905a0dfde67ddc390e6 [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