fed81d0901
This commit adds a new CLI option for allowing mixed subunit content. This is desired for subunit.stream files with non-subunit content mixed in but still want the subunit content converted to sql. However, this commit only adds support for passing the argument to ByteStreamToStreamResult. Nothing is added beyond that for managing the non-subunit content. Co-Authored-By: Matthew Treinish <mtreinish@kortar.org> Change-Id: I68cbeb47e9093b98630f096fc5818a77932c8da4
8 lines
325 B
YAML
8 lines
325 B
YAML
---
|
|
features:
|
|
- A new option is added to the subunit2sql CLI command,
|
|
--non_subunit_name, that is used to allow subunit files with
|
|
mixed content. The default is to raise an error containing the
|
|
non-subunit byte after it has been read from the stream. By
|
|
using this new option, the error will not be raised.
|