Solo5 tests require x86_64

This commit is contained in:
Christian Helmuth 2019-06-24 10:51:54 +02:00
parent d1da5b9e16
commit a0c71cffd4
3 changed files with 5 additions and 5 deletions

View File

@ -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
}

View File

@ -1,5 +1,5 @@
if {![have_spec x86_64]} {
puts "\nSolo5 requires a 64bit architecture\n"
puts "\nTest requires x86_64\n"
exit 0
}

View File

@ -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
}