From 08613248c53ad0df410d9f7f286bd9c084b34ee1 Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Fri, 16 Sep 2022 11:17:14 -0600 Subject: [PATCH] submodules: Delete the tests/ git submodule 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 --- .gitmodules | 3 --- bootstrap.sh | 5 ----- tests | 1 - 3 files changed, 9 deletions(-) delete mode 160000 tests diff --git a/.gitmodules b/.gitmodules index 136e80c7..bfb1b5aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/bootstrap.sh b/bootstrap.sh index 3954bcb5..e3563626 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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 index 45659c84..00000000 --- a/tests +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 45659c840b69e53b379163e6af9f7c3ee706b3b9 -- 2.47.2