[elbe-devel] [PATCH 1/2] examples: drop remnants of unit-tests in XML
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Mon Mar 18 15:29:23 CET 2024
Commit d0f79640bcd0 ("Drop finetuning action "unit-tests"") dropped the
unittest functionality.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
examples/includes/devel/project-finetuning.xml | 17 -----------------
examples/x86_32-pc-hdimg-with-include-development.xml | 1 -
2 files changed, 18 deletions(-)
diff --git a/examples/includes/devel/project-finetuning.xml b/examples/includes/devel/project-finetuning.xml
deleted file mode 100644
index eb9cb2629a9c..000000000000
--- a/examples/includes/devel/project-finetuning.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0"?>
-<!--
-SPDX-License-Identifier: 0BSD
-SPDX-FileCopyrightText: Linutronix GmbH
--->
-<project-finetuning>
- <unit-tests>
- <test-suite name="Suite 1">
- <file-exists>/etc/fstab</file-exists>
- <file-exists>/dev/fuse</file-exists>
- </test-suite>
- <test-suite name="Suite 2">
- <file-exists>/bin/bash</file-exists>
- <file-exists>/bin/clang</file-exists>
- </test-suite>
- </unit-tests>
-</project-finetuning>
diff --git a/examples/x86_32-pc-hdimg-with-include-development.xml b/examples/x86_32-pc-hdimg-with-include-development.xml
index 322bc17ed507..ccb7a70e7506 100644
--- a/examples/x86_32-pc-hdimg-with-include-development.xml
+++ b/examples/x86_32-pc-hdimg-with-include-development.xml
@@ -41,6 +41,5 @@ SPDX-FileCopyrightText: Linutronix GmbH
</fstab>
<xi:include href="includes/devel/finetuning.xml"/>
<xi:include href="includes/devel/pkglist.xml"/>
- <xi:include href="includes/devel/project-finetuning.xml"/>
</target>
</ns0:RootFileSystem>
--
2.44.0
More information about the elbe-devel
mailing list