Selaa lähdekoodia

Merge remote-tracking branch 'target/master'

tags/0.4
Cloudlab Autobuild 8 vuotta sitten
vanhempi
commit
ae2d341228
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      tests/run_tests.sh

+ 1
- 1
tests/run_tests.sh Näytä tiedosto

@@ -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…
Peruuta
Tallenna