From de2b30af45e345467672efd48bf8a4b0679e5b32 Mon Sep 17 00:00:00 2001 From: Sonny Rao Date: Wed, 23 Nov 2011 23:33:59 +0000 Subject: [PATCH] Fix mod_for_test scripts to recognize amd64 as a valid architecture BUG=chromium-os:21837 TEST=suite_Smoke passes on amd64-generic Change-Id: I748eeae24e431f11a9fdaaa51656c7e4fa0bca4e Reviewed-on: https://gerrit.chromium.org/gerrit/12090 Tested-by: Sonny Rao Reviewed-by: Darin Petkov Commit-Ready: Sonny Rao --- mod_for_test_scripts/710enableAuthTesting | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_for_test_scripts/710enableAuthTesting b/mod_for_test_scripts/710enableAuthTesting index 03d4cf84ca..e2ce8f6a02 100755 --- a/mod_for_test_scripts/710enableAuthTesting +++ b/mod_for_test_scripts/710enableAuthTesting @@ -11,7 +11,7 @@ case "${ARCH}" in QEMU="/tmp/qemu-arm" cp "/usr/bin/qemu-arm" "${ROOT_FS_DIR}/${QEMU}" ;; - *86) + *86|amd64) QEMU="" ;; *)