]> git.ipfire.org Git - thirdparty/dbus.git/commit
embedded tests: accept and ignore --tap argument
authorSimon McVittie <smcv@debian.org>
Tue, 24 Nov 2015 01:19:27 +0000 (01:19 +0000)
committerRalf Habacker <ralf.habacker@freenet.de>
Tue, 1 Dec 2015 23:53:00 +0000 (00:53 +0100)
commitb21093478a7b4240d123c1946cb33eb162bb268a
tree900db463797584c74d23049a492162bd3bb594cd
parent4ddf4be03c196423055cb6cd2be98c216f6121f2
embedded tests: accept and ignore --tap argument

This makes them semi-command-line-compatible with a way we can
invoke the GLib-based tests to get more useful debug logs.

These tests still do not actually produce TAP output yet; I tried
implementing that, but it requires changing a lot of noise on stdout
to come out of stderr, and there was something weird going on with
subprocesses restarting the test numbering which will need further
investigation before making that change.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=93194
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
bus/test-launch-helper.c
bus/test-main.c
bus/test-system.c
dbus/dbus-test-main.c