kumquat-buildroot/support/testing
Yann E. MORIN 44161560dd support/tests: print failed command and output on assertRunOK error
Currently, when asserting that a command succeeded, we just capture the
return code of the command. If that is not zero, the assertion fails,
but the error message is not very splicit:
    AssertionError: 1 != 0

Replace the error message with an explicit message that dumps the failed
command, the error code, and the resulting output.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-12-27 21:40:31 +01:00
..
conf support/testing: remove leftover kernel config fragment 2022-12-22 11:47:26 +01:00
infra support/tests: print failed command and output on assertRunOK error 2022-12-27 21:40:31 +01:00
tests support/testing: add test for python-dicttoxml2 2022-12-11 21:18:57 +01:00
run-tests support/testing/run-tests: fix --testcases option 2022-07-27 18:20:44 +02:00