]> git.ipfire.org Git - thirdparty/automake.git/commit
tap: some preparatory refactoring (1)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 17 Jul 2011 13:18:51 +0000 (15:18 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 2 Aug 2011 21:01:24 +0000 (23:01 +0200)
commitba5fce66ab2e1892ee7f92cc71cf3f1517f6b5bc
treeddf3191d7de8e09db451a494081ce07f61edd52b
parent58c182ae59f585c5687104e0112d163274c6c732
tap: some preparatory refactoring (1)

This refactoring is aimed at simplifying the introduction of
colored console output for the TAP driver.

* lib/tap-driver (console_output): Now accept two arguments, the
first one indicating which kind of thing is to be displayed (for
now only a test result or a diagnostic comment), and the second
one (if present) the message associated to it.
(handle_tap_test, handle_tap_comment, handle_tap_plan,
testsuite_error): Adapt to the new `console_output' interface.
ChangeLog
lib/tap-driver