commit | 4a538bc1a35346fb82933933257a90de7d8874a1 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Apr 14 16:39:17 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu Apr 14 16:39:17 2016 +0200 |
tree | a34c880c31642c983513ed51ad8e362f0a8336b6 | |
parent | e72ad56510c28e35144ab3059034a48f20ccc8ff [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"