Browse Source

Fix source dependency parsing

tags/2016.12
Filip Pytloun 8 years ago
parent
commit
b76b411057
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/run_tests.sh

+ 1
- 1
tests/run_tests.sh View File

@@ -80,7 +80,7 @@ EOF

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"


Loading…
Cancel
Save