mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
sel4: disable noux_tool_chain_auto.run
Currently leaking to many capability selectors, so that the tool chain test can't succeed. Issue #2044
This commit is contained in:
parent
1b895484d9
commit
5aabfa9dd0
@ -8,8 +8,8 @@ if {[have_include "power_on/qemu"]} {
|
||||
puts "\nAuto test running on Qemu is not recommended.\n"
|
||||
exit 0
|
||||
}
|
||||
if {[have_spec pistachio]} {
|
||||
puts "Pistachio is unsupported."
|
||||
if {[have_spec pistachio] || [have_spec sel4]} {
|
||||
puts "Platform is unsupported."
|
||||
exit 0
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user