mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
Solo5 tests require x86_64
This commit is contained in:
parent
d1da5b9e16
commit
a0c71cffd4
@ -1,5 +1,5 @@
|
||||
if {![have_spec 64bit]} {
|
||||
puts "\nSolo5 requires a 64bit architecture\n"
|
||||
if {![have_spec x86_64]} {
|
||||
puts "\nTest requires x86_64\n"
|
||||
exit 0
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
if {![have_spec x86_64]} {
|
||||
puts "\nSolo5 requires a 64bit architecture\n"
|
||||
puts "\nTest requires x86_64\n"
|
||||
exit 0
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
if {![have_spec 64bit]} {
|
||||
puts "\nSolo5 requires a 64bit architecture\n"
|
||||
if {![have_spec x86_64]} {
|
||||
puts "\nTest requires x86_64\n"
|
||||
exit 0
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user