Use common abort message in solo5 run scripts

This enables our nightly tools to detect this abort is not fatal but
because of an unsupported platform.
This commit is contained in:
Christian Helmuth 2018-11-20 09:24:45 +01:00
parent 1039ef7a65
commit dee4d43eb9
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@ if {![have_spec 64bit]} {
}
if {[have_spec linux]} {
puts "\nRunscript not compatible with base-linux drivers\n"
exit 0
puts "\nRun script is not supported on this platform\n"
exit 0
}
create_boot_directory

View File

@ -4,8 +4,8 @@ if {![have_spec x86_64]} {
}
if {[have_spec linux]} {
puts "\nRunscript not compatible with base-linux drivers\n"
exit 0
puts "\nRun script is not supported on this platform\n"
exit 0
}
create_boot_directory