Re: [PATCH v2 4/4] tests/avocado: excercise scripts/replay-dump.py in replay tests

2024-01-28 Thread Pavel Dovgalyuk
Reviewed-by: Pavel Dovgalyuk On 25.01.2024 19:08, Nicholas Piggin wrote: This runs replay-dump.py after recording a trace, and fails the test if the script fails. replay-dump.py is modified to exit with non-zero if an error is encountered while parsing, to support this. Signed-off-by: Nichola

[PATCH v2 4/4] tests/avocado: excercise scripts/replay-dump.py in replay tests

2024-01-25 Thread Nicholas Piggin
This runs replay-dump.py after recording a trace, and fails the test if the script fails. replay-dump.py is modified to exit with non-zero if an error is encountered while parsing, to support this. Signed-off-by: Nicholas Piggin --- scripts/replay-dump.py | 6 -- tests/avocado/repl