Skip to content

Commit

Permalink
build-sys: use parallel tests driver
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
keszybz committed Dec 1, 2012
1 parent 47cd54a commit b5a223b
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 116 deletions.
219 changes: 104 additions & 115 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions man/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/systemd.directives.xml
/*.[13578]

0 comments on commit b5a223b

Please sign in to comment.