Ver código fonte

Merge remote-tracking branch 'target/master'

tags/0.4
Cloudlab Autobuild 8 anos atrás
pai
commit
ae2d341228
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      tests/run_tests.sh

+ 1
- 1
tests/run_tests.sh Ver arquivo

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


Carregando…
Cancelar
Salvar