From: "Brenda J. Butler"
Date: Tue, 31 Oct 2017 14:29:03 -0400
> tdc.py reads a bunch of test cases in json files. When a json file
> cannot be parsed, tdc just exits and does not run any tests.
>
> This patch will cause tdc to print a message with the file name and
> line number, then that fil
On Tue, Oct 31, 2017 at 2:29 PM, Brenda J. Butler wrote:
> tdc.py reads a bunch of test cases in json files. When a json file
> cannot be parsed, tdc just exits and does not run any tests.
>
> This patch will cause tdc to print a message with the file name and
> line number, then that file will b
tdc.py reads a bunch of test cases in json files. When a json file
cannot be parsed, tdc just exits and does not run any tests.
This patch will cause tdc to print a message with the file name and
line number, then that file will be ignored and the rest of the tests
will be processed.
Signed-off-