commit | c1ae2b34a38e4fd8a82b463944c63293fa9e3d66 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Apr 14 16:38:44 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu Apr 14 16:38:44 2016 +0200 |
tree | 773f0ebeacd6351a281f88e2aee6333a8a936332 | |
parent | 20c80498e7206768fb429f6c7b6c96894be5a0eb [diff] [blame] |
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"