]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
submodules: Delete the tests/ git submodule
authorTom Hromatka <tom.hromatka@oracle.com>
Fri, 16 Sep 2022 17:17:14 +0000 (11:17 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 16 Sep 2022 17:17:14 +0000 (11:17 -0600)
Delete the tests/ git submodule.  The entire libcgroup-tests git
repo will be merged back into the libcgroup git repo in a subsequent
commit.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
.gitmodules
bootstrap.sh
tests [deleted submodule]

index 136e80c7deed73326d94054560140a8b706b5031..bfb1b5aa0a22d1773eae72f531fcb22429b381b7 100644 (file)
@@ -2,6 +2,3 @@
        path = googletest
        url = https://github.com/google/googletest.git
        fetchRecurseSubmodules = true
-[submodule "tests"]
-       path = tests
-       url = https://github.com/libcgroup/libcgroup-tests.git
index 3954bcb578c89bb3cad777f451d72940712b5e41..e356362604ba8f63020aff95bdd66fce131d6af4 100755 (executable)
@@ -11,11 +11,6 @@ fi
 # update the git submodules - libcgroup-tests and googletest
 git submodule update --init --recursive
 
-# configure libcgroup-tests
-pushd tests
-git checkout release-2.0
-popd
-
 # configure googletest
 pushd googletest/googletest
 git checkout release-1.8.0
diff --git a/tests b/tests
deleted file mode 160000 (submodule)
index 45659c8..0000000
--- a/tests
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 45659c840b69e53b379163e6af9f7c3ee706b3b9