From d2345a6706958be5af370028ef6fde433a4c7040 Mon Sep 17 00:00:00 2001 From: Yu-Ju Hong Date: Wed, 18 Jul 2012 14:07:13 -0700 Subject: [PATCH] Use the archived full autotest tarball in archive_hwqual Instead of relying on having autotest tarball in image.zip, this change simply untars the archived full autotest tarball directly. BUG=chromium-os:32719 TEST=try job CQ-DEPEND=I3213180a818617495b347c85b4c97900a47104a6 Change-Id: I398031a19f1291653afe94a52522f5ca79e4f3dc Reviewed-on: https://gerrit.chromium.org/gerrit/27844 Tested-by: Yu-Ju Hong Reviewed-by: Chris Sosa Commit-Ready: Yu-Ju Hong --- archive_hwqual | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archive_hwqual b/archive_hwqual index 5e2aac90b6..70aedce4dd 100755 --- a/archive_hwqual +++ b/archive_hwqual @@ -60,8 +60,8 @@ main() { TAR_BZIP2="tar --bzip2" fi - echo "Extracting autotest from build artifacts..." - ${TAR_BZIP2} -xf autotest.tar.bz2 + echo "Extracting autotest from archived autotest tarball..." + ${TAR_BZIP2} -xf "${FLAGS_from}/autotest.tar.bz2" cd "${TMP}"