提交 1d21240c 编写于 作者: Y Yihuang Yu

Migrate the kvm-unit-tests repository to the link currently in use

git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests is not used
anymore, use https://gitlab.com/kvm-unit-tests/kvm-unit-tests instead.
Signed-off-by: NYihuang Yu <yihyu@redhat.com>
上级 33287f05
......@@ -59,7 +59,7 @@ done
[ "$KVM_UNIT_TEST" ] || KVM_UNIT_TEST="$(mktemp -d)"
[ -d "$KVM_UNIT_TEST" ] || { mkdir -p "$KVM_UNIT_TEST"; CLEAN_DIR=true; }
cd "$KVM_UNIT_TEST"
[ -f "configure" ] || git clone --depth 1 -q git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git .
[ -f "configure" ] || git clone --depth 1 -q https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git .
# Compile kvm-unit-test as standalone to get tests as separate files
./configure $ENDIAN $CONFIGURE_ARGS || { echo Fail to configure kvm-unit-test; exit -1; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册