mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-27 13:31:56 +01:00
Copy pyauto_function.py in scrub.
BUG=chromium-os:19748 STATUS=Fixed TEST=Ran it Change-Id: Id71df8fe568dd1016e657e89fb942f2bbd319500 Reviewed-on: http://gerrit.chromium.org/gerrit/6803 Reviewed-by: Nirnimesh <nirnimesh@chromium.org> Tested-by: Nirnimesh <nirnimesh@chromium.org>
This commit is contained in:
parent
87465ea735
commit
8e5634c34b
@ -99,6 +99,8 @@ if [ $FLAGS_scrub -eq $FLAGS_TRUE ]; then
|
||||
sudo mkdir \
|
||||
"${ROOT_FS_AUTOTEST_DIR}/deps/chrome_test/test_src/chrome/test/data/" \
|
||||
"${ROOT_FS_AUTOTEST_DIR}/deps/chrome_test/test_src/chrome/test/functional/"
|
||||
sudo cp "${CHROME_DEP}/test_src/chrome/test/functional/pyauto_functional.py" \
|
||||
"${ROOT_FS_AUTOTEST_DIR}/deps/chrome_test/test_src/chrome/test/functional/"
|
||||
# Create an example pyauto test.
|
||||
echo -e "#!/usr/bin/python\n\
|
||||
# Copyright (c) 2011 The Chromium Authors. All rights reserved.\n\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user