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
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