Re: [PATCH net-next 4/6] selftests: net: print full exception on failure

2024-04-12 Thread Petr Machata
Jakub Kicinski writes: > Instead of a summary line print the full exception. > This makes debugging Python tests much easier. > > Signed-off-by: Jakub Kicinski Reviewed-by: Petr Machata > @@ -85,7 +86,8 @@ KSFT_RESULT = None > totals['xfail'] += 1 > continue >

[PATCH net-next 4/6] selftests: net: print full exception on failure

2024-04-10 Thread Jakub Kicinski
Instead of a summary line print the full exception. This makes debugging Python tests much easier. Signed-off-by: Jakub Kicinski --- tools/testing/selftests/net/lib/py/ksft.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/testing/selftests/net/lib/py/ksft.py