From: Tom Hromatka Date: Wed, 15 Jul 2020 17:18:16 +0000 (-0600) Subject: DO NOT COMMIT X-Git-Tag: v2.0.rc1~23^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83d6205fc7711818bd2e4bf1890d7d157756182e;p=thirdparty%2Flibcgroup.git DO NOT COMMIT This commit points the testing directory at my personal fork Signed-off-by: Tom Hromatka --- diff --git a/.gitmodules b/.gitmodules index 136e80c7..136d3063 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,4 +4,4 @@ fetchRecurseSubmodules = true [submodule "tests"] path = tests - url = https://github.com/libcgroup/libcgroup-tests.git + url = https://github.com/drakenclimber/libcgroup-tests.git diff --git a/bootstrap.sh b/bootstrap.sh index d9784c32..5f72c961 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -13,7 +13,7 @@ git submodule update --init --recursive # configure libcgroup-tests pushd tests -git checkout master +git checkout issues/cgcreate popd # configure googletest