소스 검색

Fix source dependency parsing

tags/0.4
Filip Pytloun 8 년 전
부모
커밋
e3b0492cf9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tests/run_tests.sh

+ 1
- 1
tests/run_tests.sh 파일 보기

@@ -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…
취소
저장