aboutsummaryrefslogtreecommitdiff
path: root/tests/vm/centos
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vm/centos')
-rwxr-xr-xtests/vm/centos1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vm/centos b/tests/vm/centos
index afd560c564..daa2dbca03 100755
--- a/tests/vm/centos
+++ b/tests/vm/centos
@@ -19,6 +19,7 @@ import time
class CentosVM(basevm.BaseVM):
name = "centos"
+ arch = "x86_64"
BUILD_SCRIPT = """
set -e;
cd $(mktemp -d);