base-nova: use 'assert'-proc in run scripts

Issue #5432
This commit is contained in:
Roman Iten 2025-02-17 12:42:22 +01:00 committed by Christian Helmuth
parent cefcd1fffa
commit 3534383ec9

View File

@ -5,7 +5,7 @@ if {[have_include power_on/qemu]} {
set check_pat 0
}
if {[get_cmd_switch --autopilot] && [have_spec x86_32]} {
if {[have_cmd_arg --autopilot] && [have_spec x86_32]} {
# Disable test for our outdated nighly test machine for 32bit
set check_pat 0
}