]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commit
Alter xtf_success() to take a string to print
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 22 Feb 2016 18:04:28 +0000 (18:04 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 22 Feb 2016 18:06:24 +0000 (18:06 +0000)
commit09342fcc9efb3f6c28a1c602ad5f949cc806657e
tree16b7871e764b41e114510ede7a49a7a3629995e4
parentf426506e70807bf38b05fee342a7d3cc3a31a44d
Alter xtf_success() to take a string to print

... to be consistent with the rest of the reporting interface.  Every
reporting function is modified to accept NULL if there is nothing interesting
to print.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
common/report.c
include/xtf/report.h
tests/example/main.c
tests/selftest/main.c
tests/swint-emulation/main.c