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

Unified Diff: src/scripts/make_autotest.sh

Issue 542068: Enhance autotest run inside chroot. (Closed)
Patch Set: format changes only. Created 10 years, 11 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 | src/scripts/run_autotest.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/make_autotest.sh
diff --git a/src/scripts/make_autotest.sh b/src/scripts/make_autotest.sh
index dca12c731b1c9e1699ed115eebf9eb77f441e6d1..e5af26e552dae2107aafe7c1cc68881e9400aa1f 100755
--- a/src/scripts/make_autotest.sh
+++ b/src/scripts/make_autotest.sh
@@ -35,7 +35,9 @@ AUTOTEST_DEST="/usr/local/autotest"
echo -n "Installing Autotest... "
sudo mkdir -p ${AUTOTEST_DEST}
sudo chmod 777 ${AUTOTEST_DEST}
-cp -rpf ${CHROOT_TRUNK_DIR}/src/third_party/autotest/files/{client,server,tko,utils,global_config.ini,shadow_config.ini} ${AUTOTEST_DEST}
+cd ${CHROOT_TRUNK_DIR}/src/third_party/autotest/files
+cp -fpru {client,conmux,server,tko,utils,global_config.ini,shadow_config.ini} \
+ ${AUTOTEST_DEST}
# Create python package init files for top level test case dirs.
function touchInitPy() {
« no previous file with comments | « no previous file | src/scripts/run_autotest.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698