commit | 0aaf5affa08286a51d5fd63bbc7881abfcf7d1a5 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Apr 14 16:39:19 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu Apr 14 16:39:19 2016 +0200 |
tree | 8ee5483d87339b8a7ecebd4e595accfb27c895e0 | |
parent | 9f3a391fbb25953573ab37445122ab069d261ac7 [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"