From: Tom Hromatka Date: Thu, 19 Sep 2019 20:55:12 +0000 (-0600) Subject: tests: Disable the legacy tests X-Git-Tag: v0.42.rc1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9123f7d59286ca1f6d25534612f042b519954cc8;p=thirdparty%2Flibcgroup.git tests: Disable the legacy tests The legacy tests do not successfully run in Travis CI. This commit disables them from running but does leave the test code in place. The future of these tests and whether they will be removed from the repo or not will be revisited at a later date. Signed-off-by: Tom Hromatka Signed-off-by: Dhaval Giani --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 6d748dc7..1528af2a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,4 +24,6 @@ logger_SOURCES=logger.c EXTRA_DIST = runlibcgrouptest.sh logger.sh -TESTS = wrapper_test runlibcgrouptest.sh logger.sh +# The legacy tests have been disabled because they do not successfully run +# on Travis CI. +#TESTS = wrapper_test runlibcgrouptest.sh logger.sh diff --git a/tests/tools/cgclassify/Makefile.am b/tests/tools/cgclassify/Makefile.am index c504e7f0..2adde69e 100644 --- a/tests/tools/cgclassify/Makefile.am +++ b/tests/tools/cgclassify/Makefile.am @@ -1,3 +1,5 @@ EXTRA_DIST = cgclassify cgclassify-rules simple.conf -TESTS = cgclassify cgclassify-rules +# The legacy tests have been disabled because they do not successfully run +# on Travis CI. +#TESTS = cgclassify cgclassify-rules diff --git a/tests/tools/cgconfigparser/Makefile.am b/tests/tools/cgconfigparser/Makefile.am index 27a08f9b..fd28516f 100644 --- a/tests/tools/cgconfigparser/Makefile.am +++ b/tests/tools/cgconfigparser/Makefile.am @@ -23,6 +23,8 @@ EXTRA_DIST = cgconfigparser_simple \ cgclear/cgclear_config_multi_3.conf \ cgclear/cgclear_config_one.conf -TESTS = cgconfigparser_simple cgconfigparser_conf_files_tests permissions \ - cgconfigparser_multiconfig cgclear_config_multi cgclear_config_one +# The legacy tests have been disabled because they do not successfully run +# on Travis CI. +#TESTS = cgconfigparser_simple cgconfigparser_conf_files_tests permissions \ +# cgconfigparser_multiconfig cgclear_config_multi cgclear_config_one diff --git a/tests/tools/multimount/Makefile.am b/tests/tools/multimount/Makefile.am index 8463bae2..85fa7f42 100644 --- a/tests/tools/multimount/Makefile.am +++ b/tests/tools/multimount/Makefile.am @@ -1,3 +1,5 @@ EXTRA_DIST = many_mp many_named -TESTS = many_mp many_named +# The legacy tests have been disabled because they do not successfully run +# on Travis CI. +#TESTS = many_mp many_named