From 872899fe2c4891926509a857db19d02fb566cb66 Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Fri, 21 Jul 2017 00:04:13 +0000 Subject: Remove the rest of the test suite stuff from the systemd package. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11272 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/systemd.xml | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'chapter06') diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 90be70f3b..e1b9c0b2d 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -40,12 +40,6 @@ Installation of systemd - First, disable two tests that always fail: - -sed -e 's@test/udev-test.pl @@' \ - -e 's@test-copy$(EXEEXT) @@' \ - -i Makefile.in - Create a file to allow systemd to build when using Util-Linux built in Chapter 5, to disable LTO by default, and to build without xlstproc: @@ -196,25 +190,11 @@ EOF done ln -sfv ../lib/systemd/systemd /sbin/init - - Create the /etc/machine-id file needed by systemd-journald: systemd-machine-id-setup - Since the testsuite largely depends on the host system kernel - configuration, some tests may fail. It also needs a modification in - order not to look for a program that will be installed by Util-Linux - package later in this chapter. To test the results, issue: - -sed -i "s:minix:ext4:g" src/test/test-path-util.c -make -k check - -- cgit v1.2.3-54-g00ecf