commit | 1915fd0009771af474855fcd1358d56875f1bcac | [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 | dc95248a9bc3e61d6dbc88e931c13c8e9b249102 | |
parent | 0d973d9a8e02b229e7fa337456f6868e76facb22 [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