libcgroup/libcgroup-2.0.2-configure.ac.patch
Nikola Forró 985de09420 New upstream release 2.0.2
- resolves: #2085318
2022-05-25 14:23:13 -06:00

35 lines
1.1 KiB
Diff

From f97b7af366bd07c17fb63606116f5dfae665e08c Mon Sep 17 00:00:00 2001
From: Tom Hromatka <tom.hromatka@oracle.com>
Date: Wed, 23 Feb 2022 08:00:29 -0700
Subject: [PATCH] configure: Delete legacy test artifacts
The legacy tests (now located in the libcgroup-tests)
repository have been moved to
https://github.com/libcgroup/libcgroup-tests/tree/main/examples
and are no longer being run. Remove all references to
the tests from the configure.ac file.
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Reviewed-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
---
configure.ac | 6 ------
1 file changed, 6 deletions(-)
diff --git a/configure.ac b/configure.ac
index 30932001..ce8a7850 100644
--- a/configure.ac
+++ b/configure.ac
@@ -207,12 +207,6 @@ AC_CONFIG_FILES([Makefile
tests/Makefile
tests/ftests/Makefile
tests/gunit/Makefile
- tests/tools/testenv.sh
- tests/tools/Makefile
- tests/tools/cgconfigparser/Makefile
- tests/tools/cgclassify/Makefile
- tests/tools/multimount/Makefile
- tests/runlibcgrouptest.sh
src/Makefile
src/daemon/Makefile
src/tools/Makefile