From: Zbigniew Jędrzejewski-Szmek Date: Sat, 1 Dec 2012 09:37:52 +0000 (+0100) Subject: build-sys: use parallel tests driver X-Git-Tag: v197~165 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=b5a223bfcf2ebcf374973b29870a5e80fb42b8be build-sys: use parallel tests driver This saves test output to individual .log files. The driver is only used in /Makefile.am, not in /docs/*udev/Makefile.am because the latter don't seem to work with this driver. They don't produce much output anyway. .gitignore is alphabetized, and .log files are added to it. Generated files from /build-aux are removed from the list. --- diff --git a/.gitignore b/.gitignore index 70cadf875..a5d051010 100644 --- a/.gitignore +++ b/.gitignore @@ -1,147 +1,136 @@ -/test-calendarspec -/test-catalog -/test-replace-var -/test-journal-enum -/test-sleep -/localectl +/Makefile +/TAGS +/accelerometer +/ata_id +/build-aux +/cdrom_id +/collect +/gtk-doc.make /hostnamectl -/timedatectl -/test-date /install-tree -/systemd-journal-gatewayd -/test-mmap-cache -/test-unit-file -/test-log -/test-journal-verify -/test-journal-match -/test-journal-stream -/test-unit-name -/systemd-system-update-generator -/systemd-fstab-generator -/systemd-delta -/systemd-sleep -/systemd-inhibit -/systemd-remount-fs -/build-aux -/test-watchdog -/test-journal-send -/test-journal-syslog -/systemd-multi-seat-x -/systemd-cgtop -/systemd-coredump -/systemd-cat -/systemd-rc-local-generator /journalctl -/systemd-journald -/test-id128 -/test-journal -/test-install -/test-inhibit +/keymap +/libtool +/localectl +/loginctl +/mtd_probe /org.freedesktop.hostname1.xml /org.freedesktop.locale1.xml -/test-login -/loginctl -/systemd-localed -/systemd-timedated +/org.freedesktop.systemd1.*.xml /org.freedesktop.timedate1.xml -/systemd-logind -/systemd-uaccess -/systemd-hostnamed -/systemd-binfmt -/systemd-getty-generator -/systemd-nspawn -/systemd-stdio-bridge -/systemd-machine-id-setup -/systemd-detect-virt -/systemd-sysctl -/test-strv +/scsi_id +/systemadm +/systemctl +/systemd /systemd-ac-power -/systemd-timestamp +/systemd-ask-password +/systemd-binfmt +/systemd-cat +/systemd-cgls +/systemd-cgroups-agent +/systemd-cgtop +/systemd-coredump /systemd-coredumpctl /systemd-cryptsetup /systemd-cryptsetup-generator -/systemd-tty-ask-password-agent +/systemd-delta +/systemd-detect-virt /systemd-fsck -/systemd-quotacheck -/systemd-user-sessions -/systemd-shutdown -/systemd-tmpfiles -/systemd-readahead -/systemd-reply-password +/systemd-fstab-generator +/systemd-getty-generator /systemd-gnome-ask-password-agent -/systemd-ask-password +/systemd-hostnamed +/systemd-inhibit +/systemd-initctl +/systemd-journal-gatewayd +/systemd-journald /systemd-kmsg-syslogd -/systemd-remount-api-vfs -/test-hostname +/systemd-localed +/systemd-logind +/systemd-machine-id-setup /systemd-modules-load -/systemd-vconsole-setup -/systemd-shutdownd +/systemd-multi-seat-x +/systemd-notify +/systemd-nspawn +/systemd-quotacheck /systemd-random-seed +/systemd-rc-local-generator +/systemd-readahead +/systemd-remount-api-vfs +/systemd-remount-fs +/systemd-reply-password +/systemd-shutdown +/systemd-shutdownd +/systemd-sleep +/systemd-stdio-bridge +/systemd-sysctl +/systemd-system-update-generator +/systemd-timedated +/systemd-timestamp +/systemd-tmpfiles +/systemd-tty-ask-password-agent +/systemd-uaccess +/systemd-udevd /systemd-update-utmp -/test-env-replace -/systemd-cgls +/systemd-user-sessions +/systemd-vconsole-setup +/tags +/test-calendarspec +/test-catalog /test-cgroup -.libs/ -/systemd-notify /test-daemon -/org.freedesktop.systemd1.*.xml -/test-ns -/test-loopback -/systemd-cgroups-agent -/systemd-initctl -/systemd +/test-date /test-engine +/test-env-replace +/test-hostname +/test-id128 +/test-inhibit +/test-install /test-job-type +/test-journal +/test-journal-enum +/test-journal-match +/test-journal-send +/test-journal-stream +/test-journal-syslog +/test-journal-verify +/test-libudev +/test-log +/test-login +/test-loopback +/test-mmap-cache +/test-ns +/test-replace-var /test-sched-prio -/systemctl -/systemadm -.dirstamp -*.1 -*.3 -*.5 -*.7 -*.8 -*.html -*~ -*.o -*.lo +/test-sleep +/test-strv +/test-udev +/test-unit-file +/test-unit-name +/test-watchdog +/timedatectl +/udevadm +/v4l_id +/*.tar.bz2 +/*.tar.gz +/*.tar.xz +*.log *.a +*.cache +*.html *.la +*.lo +*.o +*.stamp +*~ .deps/ +.dirstamp +.libs/ Makefile.in aclocal.m4 -*.cache -compile -config.guess config.h config.h.in config.log config.status -config.sub configure -depcomp -install-sh -missing stamp-* -*.stamp -/Makefile -/ltmain.sh -/*.tar.xz -/*.tar.gz -/*.tar.bz2 -/libtool -/accelerometer -/ata_id -/cdrom_id -/collect -/gtk-doc.make -/keymap -/mtd_probe -/scsi_id -/udevadm -/systemd-udevd -/v4l_id -/test-libudev -/test-udev -/TAGS -/tags diff --git a/Makefile.am b/Makefile.am index f77a16049..b40a1c16a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} AM_MAKEFLAGS = --no-print-directory -AUTOMAKE_OPTIONS = color-tests +AUTOMAKE_OPTIONS = color-tests parallel-tests SUBDIRS = . po diff --git a/man/.gitignore b/man/.gitignore index cf8c17cb9..e97cda79b 100644 --- a/man/.gitignore +++ b/man/.gitignore @@ -1 +1,2 @@ /systemd.directives.xml +/*.[13578]