aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/test_hppa_seabios.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/test_hppa_seabios.py')
-rwxr-xr-xtests/functional/test_hppa_seabios.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/test_hppa_seabios.py b/tests/functional/test_hppa_seabios.py
index a44d1a3..661b246 100755
--- a/tests/functional/test_hppa_seabios.py
+++ b/tests/functional/test_hppa_seabios.py
@@ -17,9 +17,9 @@ class HppaSeabios(QemuSystemTest):
def boot_seabios(self):
mach = self.machine
bits = self.MACH_BITS[mach]
+ self.vm.add_args('-no-shutdown')
self.vm.set_console()
self.vm.launch()
- self.machine
wait_for_console_pattern(self, f'SeaBIOS PA-RISC {bits}-bit Firmware')
wait_for_console_pattern(self, f'Emulated machine: HP {mach} ({bits}-bit')