Re: [PATCH net-next 2/7] tools: tc-testing: Refactor test-runner

2018-02-14 Thread Lucas Bates
On Wed, Feb 14, 2018 at 2:09 PM, Brenda J. Butler wrote: > Split the test_runner function into the loop part (test_runner) > and the contents (run_one_test) for maintainability. > It makes it a little easier to catch exceptions > in an individual test, and keep going (and flush a bunch > of tap re

[PATCH net-next 2/7] tools: tc-testing: Refactor test-runner

2018-02-14 Thread Brenda J. Butler
Split the test_runner function into the loop part (test_runner) and the contents (run_one_test) for maintainability. It makes it a little easier to catch exceptions in an individual test, and keep going (and flush a bunch of tap results for the skipped tests). Signed-off-by: Brenda J. Butler ---