summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2018-01-16 16:50:08 -0500
committerDoug Hellmann <doug@doughellmann.com>2018-03-19 16:35:17 -0400
commit039b03aa7575efc7e62f59b1410e85b3a7d7b4d3 (patch)
tree32d5167d1d2ad8f4d3d2a55fc5602d069fc91e1c /releasenotes
parent05397ad2244b50ffc011b7516a7a99cedeb49b25 (diff)
downloadoslotest-039b03aa7575efc7e62f59b1410e85b3a7d7b4d3.tar.gz
make the CaptureOutput fixture easier to control
The default behavior of the CaptureOutput fixture relies on environment variables that many projects may not set. This change allows the behavior to be controlled by passing parameters to the fixture when it is initialized. Change-Id: I110a9062210b0bc92a2f102e3be4558eea8b9f05 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/controlling-output-capture-e47c66bbca4a694a.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/controlling-output-capture-e47c66bbca4a694a.yaml b/releasenotes/notes/controlling-output-capture-e47c66bbca4a694a.yaml
new file mode 100644
index 0000000..3b50241
--- /dev/null
+++ b/releasenotes/notes/controlling-output-capture-e47c66bbca4a694a.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Change the API for the CaptureOutput fixture so that tests may
+ enable it explicitly instead of purely relying on the environment
+ variables to control it.