commit | 11926633f8268821d855b4583ab1b550a73f3318 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Apr 14 16:39:00 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu Apr 14 16:39:00 2016 +0200 |
tree | ffb18382043b6c90b58c9af75b7e695b86c11002 | |
parent | 27da3e4f05409de9ff79bae7e5db487efd87217d [diff] |
Fix source dependency parsing
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 09ebcc2..3f42101 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -80,7 +80,7 @@ fetch_dependency() { dep_name="$(echo $1|cut -d : -f 1)" - dep_source="$(echo $1|cut -d : -f 2)" + dep_source="$(echo $1|cut -d : -f 2-)" dep_root="${DEPSDIR}/$(basename $dep_source .git)" dep_metadata="${dep_root}/metadata.yml"