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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user