ソースを参照

Fix source dependency parsing

tags/2016.12
Filip Pytloun 8年前
コミット
b76b411057
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"


読み込み中…
キャンセル
保存