From: brarcher Date: Mon, 27 Jan 2014 03:18:45 +0000 (+0000) Subject: NEWS: Mention logging to stdout if file name is "-" X-Git-Tag: 0.10.0~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61d041a674ad453ec597552b0f4ddb5337e04ce5;p=check NEWS: Mention logging to stdout if file name is "-" git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1084 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/NEWS b/NEWS index 6f9d632..7f69383 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ In development: # Mentioning Check 0.9.12 for now, to fix distcheck target until next release +* If the LOG/XML/TAP file name is set to "-" either through the +srunner_set_log() srunner_set_xml() or srunner_set_tap() calls +or through the related environment variables, the logged data will be +printed to stdout instead of a file. This is mainly to support using TAP +for fixtures which expect the results to be reported via stdout. However, +it is available via all of Check's logging modalities. + Mon Jan 20, 2014: Released Check 0.9.12 based on r1054 (2014-01-16 23:08:03 +0000)