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

Side by Side Diff: tools/testing/perf_testing/buildbot_browser_test_setup.sh

Issue 9572007: Revert "Adding webdriver setup script." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/testing/dart/test_runner.dart ('k') | tools/testing/perf_testing/perf_README.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/bash
2
3 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
4 # for details. All rights reserved. Use of this source code is governed by a
5 # BSD-style license that can be found in the LICENSE file.
6
7 # Run to install the necessary components to run webdriver on the buildbots.
8 # NOTE: YOU WILL NEED TO RUN THIS SCRIPT AS ROOT IN ORDER FOR IT TO SUCCESSFULLY
9 # INSTALL COMPONENTS.
10
11 curl http://python-distribute.org/distribute_setup.py | sudo python
12 curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | sudo python
13 pip install -U selenium
14 wget -O - http://releases.mozilla.org/pub/mozilla.org/firefox/releases/8.0.1/lin ux-x86_64/en-US/firefox-8.0.1.tar.bz2 | tar -C ~ -jxv
OLDNEW
« no previous file with comments | « tools/testing/dart/test_runner.dart ('k') | tools/testing/perf_testing/perf_README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698