mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
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
This commit is contained in:
parent
2ecf7d6ddd
commit
7cf38f011a
@ -118,7 +118,7 @@ function main() {
|
|||||||
mv autotest "tarball/${FLAGS_output_tag}"
|
mv autotest "tarball/${FLAGS_output_tag}"
|
||||||
# Copy call_autoserv.py to tarball.
|
# Copy call_autoserv.py to tarball.
|
||||||
cp "${script_dir}/call_autoserv.py" "tarball/${FLAGS_output_tag}/."
|
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"
|
"tarball/${FLAGS_output_tag}/generate_test_report"
|
||||||
# Copy python lib used in generate_test_report.
|
# Copy python lib used in generate_test_report.
|
||||||
mkdir -p "tarball/${FLAGS_output_tag}/lib"
|
mkdir -p "tarball/${FLAGS_output_tag}/lib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user