Explorar el Código

Fix source dependency parsing

tags/2016.12
Filip Pytloun hace 8 años
padre
commit
b76b411057
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tests/run_tests.sh

+ 1
- 1
tests/run_tests.sh Ver fichero

@@ -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"


Cargando…
Cancelar
Guardar