From 83d6205fc7711818bd2e4bf1890d7d157756182e Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Wed, 15 Jul 2020 11:18:16 -0600 Subject: [PATCH] DO NOT COMMIT This commit points the testing directory at my personal fork Signed-off-by: Tom Hromatka --- .gitmodules | 2 +- bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2