commit | ae2d34122822684d7166016a46868e1a3233834d | [log] [tgz] |
---|---|---|
author | Cloudlab Autobuild <autobuild@tcpcloud.eu> | Thu Apr 14 16:40:17 2016 +0200 |
committer | Cloudlab Autobuild <autobuild@tcpcloud.eu> | Thu Apr 14 16:40:17 2016 +0200 |
tree | db916e028df191be13d2d1fae7a6d9d74a492451 | |
parent | c398a85ccd1869ff0ffb0ea0f06e0abc25f19db7 [diff] | |
parent | e3b0492cf9f67b71ada2bb731157e58b83758b00 [diff] |
Merge remote-tracking branch 'target/master'
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 09ebcc2..3f42101 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh
@@ -80,7 +80,7 @@ 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"