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.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2012-12-01 10:37:52 +01:00
parent 47cd54a994
commit b5a223bfcf
3 changed files with 112 additions and 122 deletions

231
.gitignore vendored
View File

@ -1,147 +1,136 @@
/test-calendarspec /Makefile
/test-catalog /TAGS
/test-replace-var /accelerometer
/test-journal-enum /ata_id
/test-sleep
/localectl
/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 /build-aux
/test-watchdog /cdrom_id
/test-journal-send /collect
/test-journal-syslog /gtk-doc.make
/systemd-multi-seat-x /hostnamectl
/systemd-cgtop /install-tree
/systemd-coredump
/systemd-cat
/systemd-rc-local-generator
/journalctl /journalctl
/systemd-journald /keymap
/test-id128 /libtool
/test-journal /localectl
/test-install /loginctl
/test-inhibit /mtd_probe
/org.freedesktop.hostname1.xml /org.freedesktop.hostname1.xml
/org.freedesktop.locale1.xml /org.freedesktop.locale1.xml
/test-login /org.freedesktop.systemd1.*.xml
/loginctl
/systemd-localed
/systemd-timedated
/org.freedesktop.timedate1.xml /org.freedesktop.timedate1.xml
/systemd-logind /scsi_id
/systemd-uaccess /systemadm
/systemd-hostnamed /systemctl
/systemd-binfmt /systemd
/systemd-getty-generator
/systemd-nspawn
/systemd-stdio-bridge
/systemd-machine-id-setup
/systemd-detect-virt
/systemd-sysctl
/test-strv
/systemd-ac-power /systemd-ac-power
/systemd-timestamp /systemd-ask-password
/systemd-binfmt
/systemd-cat
/systemd-cgls
/systemd-cgroups-agent
/systemd-cgtop
/systemd-coredump
/systemd-coredumpctl /systemd-coredumpctl
/systemd-cryptsetup /systemd-cryptsetup
/systemd-cryptsetup-generator /systemd-cryptsetup-generator
/systemd-tty-ask-password-agent /systemd-delta
/systemd-detect-virt
/systemd-fsck /systemd-fsck
/systemd-quotacheck /systemd-fstab-generator
/systemd-user-sessions /systemd-getty-generator
/systemd-shutdown
/systemd-tmpfiles
/systemd-readahead
/systemd-reply-password
/systemd-gnome-ask-password-agent /systemd-gnome-ask-password-agent
/systemd-ask-password /systemd-hostnamed
/systemd-kmsg-syslogd /systemd-inhibit
/systemd-remount-api-vfs
/test-hostname
/systemd-modules-load
/systemd-vconsole-setup
/systemd-shutdownd
/systemd-random-seed
/systemd-update-utmp
/test-env-replace
/systemd-cgls
/test-cgroup
.libs/
/systemd-notify
/test-daemon
/org.freedesktop.systemd1.*.xml
/test-ns
/test-loopback
/systemd-cgroups-agent
/systemd-initctl /systemd-initctl
/systemd /systemd-journal-gatewayd
/systemd-journald
/systemd-kmsg-syslogd
/systemd-localed
/systemd-logind
/systemd-machine-id-setup
/systemd-modules-load
/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
/systemd-user-sessions
/systemd-vconsole-setup
/tags
/test-calendarspec
/test-catalog
/test-cgroup
/test-daemon
/test-date
/test-engine /test-engine
/test-env-replace
/test-hostname
/test-id128
/test-inhibit
/test-install
/test-job-type /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 /test-sched-prio
/systemctl /test-sleep
/systemadm /test-strv
.dirstamp /test-udev
*.1 /test-unit-file
*.3 /test-unit-name
*.5 /test-watchdog
*.7 /timedatectl
*.8 /udevadm
*.html /v4l_id
*~ /*.tar.bz2
*.o /*.tar.gz
*.lo /*.tar.xz
*.log
*.a *.a
*.cache
*.html
*.la *.la
*.lo
*.o
*.stamp
*~
.deps/ .deps/
.dirstamp
.libs/
Makefile.in Makefile.in
aclocal.m4 aclocal.m4
*.cache
compile
config.guess
config.h config.h
config.h.in config.h.in
config.log config.log
config.status config.status
config.sub
configure configure
depcomp
install-sh
missing
stamp-* 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

View File

@ -20,7 +20,7 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
AM_MAKEFLAGS = --no-print-directory AM_MAKEFLAGS = --no-print-directory
AUTOMAKE_OPTIONS = color-tests AUTOMAKE_OPTIONS = color-tests parallel-tests
SUBDIRS = . po SUBDIRS = . po

1
man/.gitignore vendored
View File

@ -1 +1,2 @@
/systemd.directives.xml /systemd.directives.xml
/*.[13578]