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
/test-catalog
/test-replace-var
/test-journal-enum
/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
/Makefile
/TAGS
/accelerometer
/ata_id
/build-aux
/test-watchdog
/test-journal-send
/test-journal-syslog
/systemd-multi-seat-x
/systemd-cgtop
/systemd-coredump
/systemd-cat
/systemd-rc-local-generator
/cdrom_id
/collect
/gtk-doc.make
/hostnamectl
/install-tree
/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-kmsg-syslogd
/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-hostnamed
/systemd-inhibit
/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-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

View File

@ -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

1
man/.gitignore vendored
View File

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