commit | b76b411057cbf3007235389ec828ff0e1e5a3a6d | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Apr 14 16:39:07 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu Apr 14 16:39:07 2016 +0200 |
tree | 5a8ddfcfa171434ef16539a3dd7c23b1a5441ea3 | |
parent | 4fcf9fee58b402f94fdc914c864d80f8c5d8ae28 [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"