]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
DO NOT COMMIT
authorTom Hromatka <tom.hromatka@oracle.com>
Wed, 15 Jul 2020 17:18:16 +0000 (11:18 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 15 Jul 2020 18:08:13 +0000 (12:08 -0600)
This commit points the testing directory at my personal fork

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
.gitmodules
bootstrap.sh

index 136e80c7deed73326d94054560140a8b706b5031..136d3063eaf5e689fa3f1bbaa08d9ffbb97971eb 100644 (file)
@@ -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
index d9784c32e9462884904e11b07c861cea405e0188..5f72c96108e10607035c315e5bda0c594c4b0458 100755 (executable)
@@ -13,7 +13,7 @@ git submodule update --init --recursive
 
 # configure libcgroup-tests
 pushd tests
-git checkout master
+git checkout issues/cgcreate
 popd
 
 # configure googletest