mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
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:
parent
1039ef7a65
commit
dee4d43eb9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user