Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(867)

Unified Diff: chromeos-base/chromeos-chrome/chromeos-chrome-9999.ebuild

Issue 3327014: Copy pyauto scripts and support libs to autotest image. (Closed) Base URL: ssh://gitrw.chromium.org/chromiumos-overlay.git
Patch Set: after testing Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos-base/chromeos-chrome/chromeos-chrome-9999.ebuild
diff --git a/chromeos-base/chromeos-chrome/chromeos-chrome-9999.ebuild b/chromeos-base/chromeos-chrome/chromeos-chrome-9999.ebuild
index ba60dbd513399c2a66834330c8f1a2a1bd36c79d..4ba4dec43dbc1955968645ee0b1ed7ea1850ee6e 100755
--- a/chromeos-base/chromeos-chrome/chromeos-chrome-9999.ebuild
+++ b/chromeos-base/chromeos-chrome/chromeos-chrome-9999.ebuild
@@ -337,9 +337,17 @@ install_chrome_test_resources() {
echo Copying Chrome tests into "${TEST_DIR}"
mkdir -p "${TEST_DIR}/out/Release"
- cp -alv "${CHROME_ROOT}"/src/chrome/test/pyautolib/pyauto.py \
- "${TEST_DIR}/out/Release"
+ # Copy PyAuto scripts and suppport libs.
+ mkdir -p "${TEST_DIR}"/chrome/test
+ cp -alv "${CHROME_ROOT}"/src/chrome/test/pyautolib \
+ "${TEST_DIR}"/chrome/test/pyautolib
+ cp -alv "${CHROME_ROOT}"/src/chrome/test/functional \
+ "${TEST_DIR}"/chrome/test/functional
+ mkdir -p "${TEST_DIR}"/third_party
+ cp -alv "${CHROME_ROOT}"/src/third_party/simplejson \
+ "${TEST_DIR}"/third_party/simplejson
cp -alv "${FROM}"/pyautolib.py "${TEST_DIR}"/out/Release
+
cp -alv "${FROM}"/pyproto "${TEST_DIR}"/out/Release
# When the splitdebug USE flag is used, debug info is generated for all
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698