mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
Skip nodeinfo test on non intel architectures
since the testfiles assume a /proc/cpuinfo specific to this architecture. We e.g. can't parse the number of cores on other architectures.
This commit is contained in:
parent
30697181dc
commit
acc7080a1d
@ -11,7 +11,9 @@
|
||||
#include "util.h"
|
||||
#include "files.h"
|
||||
|
||||
#ifndef __linux__
|
||||
#if ! (defined __linux__ && (defined(__x86_64__) || \
|
||||
defined(__amd64__) || \
|
||||
defined(__i386__)))
|
||||
|
||||
static int
|
||||
mymain(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED)
|
||||
|
Loading…
Reference in New Issue
Block a user