Re: [PATCH net-next] tc-testing: better test case file error reporting

2017-10-31 Thread David Miller
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

Re: [PATCH net-next] tc-testing: better test case file error reporting

2017-10-31 Thread Lucas Bates
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,

[PATCH net-next] tc-testing: better test case file error reporting

2017-10-31 Thread Brenda J. Butler
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.