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

Unified Diff: src/tests/scripts/setup_test_links.sh

Issue 669010: Link setup script for chrome UI tests. (Closed)
Patch Set: Created 10 years, 10 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: src/tests/scripts/setup_test_links.sh
diff --git a/src/tests/scripts/setup_test_links.sh b/src/tests/scripts/setup_test_links.sh
new file mode 100755
index 0000000000000000000000000000000000000000..443afc24742e7b53301a0c7edf0c2f907447574e
--- /dev/null
+++ b/src/tests/scripts/setup_test_links.sh
@@ -0,0 +1,8 @@
+ln -f -s ./chrome /opt/google/chrome/chrome
+ln -f -s ./chrome.pak /opt/google/chrome/chrome.pak
+ln -f -s ./locales /opt/google/chrome/locales
+ln -f -s ./resources /opt/google/chrome/resources
+
+mkdir -p ./chromeos
+ln -f -s ./chromeos/libcros.so /opt/google/chrome/chromeos/libcros.so
+
« 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