[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 02/13] tests/avocado: fix typo in replay_linux
|
From: |
Alex Bennée |
|
Subject: |
[PULL 02/13] tests/avocado: fix typo in replay_linux |
|
Date: |
Mon, 8 Jan 2024 15:13:41 +0000 |
Reviewed-by: Pavel Dovgalyuk <Pavel.Dovgalyuk@ispras.ru>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231211091346.14616-3-alex.bennee@linaro.org>
diff --git a/tests/avocado/replay_linux.py b/tests/avocado/replay_linux.py
index 270ccc1eae8..e95bff32999 100644
--- a/tests/avocado/replay_linux.py
+++ b/tests/avocado/replay_linux.py
@@ -94,7 +94,7 @@ def launch_and_wait(self, record, args, shift):
else:
vm.event_wait('SHUTDOWN', self.timeout)
vm.wait()
- logger.info('successfully fihished the replay')
+ logger.info('successfully finished the replay')
elapsed = time.time() - start_time
logger.info('elapsed time %.2f sec' % elapsed)
return elapsed
--
2.39.2
- [PULL 00/13] replay fixes for replay_kernel, Alex Bennée, 2024/01/08
- [PULL 01/13] tests/avocado: add a simple i386 replay kernel test, Alex Bennée, 2024/01/08
- [PULL 06/13] replay: remove host_clock_last, Alex Bennée, 2024/01/08
- [PULL 02/13] tests/avocado: fix typo in replay_linux,
Alex Bennée <=
- [PULL 04/13] scripts/replay-dump: update to latest format, Alex Bennée, 2024/01/08
- [PULL 08/13] replay: make has_unread_data a bool, Alex Bennée, 2024/01/08
- [PULL 05/13] scripts/replay_dump: track total number of instructions, Alex Bennée, 2024/01/08
- [PULL 10/13] replay/replay-char: use report_sync_error, Alex Bennée, 2024/01/08
- [PULL 09/13] replay: introduce a central report point for sync errors, Alex Bennée, 2024/01/08
- [PULL 13/13] tests/avocado: remove skips from replay_kernel, Alex Bennée, 2024/01/08
- [PULL 03/13] tests/avocado: modernise the drive args for replay_linux, Alex Bennée, 2024/01/08