]> granicus.if.org Git - check/commitdiff
NEWS: Mention logging to stdout if file name is "-"
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 27 Jan 2014 03:18:45 +0000 (03:18 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 27 Jan 2014 03:18:45 +0000 (03:18 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1084 64e312b2-a51f-0410-8e61-82d0ca0eb02a

NEWS

diff --git a/NEWS b/NEWS
index 6f9d6324b3e36ed74855e29b75e9f2e53fb3d3ae..7f693833f1ccaa1d8a853017c2f7b6078c7bb8bb 100644 (file)
--- 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)