From 7cf38f011a49c19b4cdc965c95a3b8db8bdfb3fd Mon Sep 17 00:00:00 2001 From: Chris Sosa Date: Thu, 24 Mar 2011 19:55:28 -0700 Subject: [PATCH] Fix archive_hwqual to point to non-py file. Change-Id: I308680be52f5497dab6c970fcad6c5684e42c6b4 BUG=TreeCloser TEST=Ran cp manually, confirmed target of symlink was copied correctly. Review URL: http://codereview.chromium.org/6696097 --- archive_hwqual | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive_hwqual b/archive_hwqual index 1bc91a8395..09220fed97 100755 --- a/archive_hwqual +++ b/archive_hwqual @@ -118,7 +118,7 @@ function main() { mv autotest "tarball/${FLAGS_output_tag}" # Copy call_autoserv.py to tarball. cp "${script_dir}/call_autoserv.py" "tarball/${FLAGS_output_tag}/." - cp "${script_dir}/generate_test_report.py" \ + cp "${script_dir}/generate_test_report" \ "tarball/${FLAGS_output_tag}/generate_test_report" # Copy python lib used in generate_test_report. mkdir -p "tarball/${FLAGS_output_tag}/lib"