Re: [PATCH net-next] tc-testing: Add newline when writing test case files

2018-03-30 Thread David Miller
From: Lucas Bates Date: Thu, 29 Mar 2018 15:58:10 -0400 > When using the -i feature to generate random ID numbers for test > cases in tdc, the function that writes the JSON to file doesn't > add a newline character to the end of the file, so we have to > add our own. > > Signed-off-by: Lucas Bat

[PATCH net-next] tc-testing: Add newline when writing test case files

2018-03-29 Thread Lucas Bates
When using the -i feature to generate random ID numbers for test cases in tdc, the function that writes the JSON to file doesn't add a newline character to the end of the file, so we have to add our own. Signed-off-by: Lucas Bates --- tools/testing/selftests/tc-testing/tdc.py | 1 + 1 file chang