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

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

Issue 8775058: Tweaking perf testing script and adding smoketests to run on buildbot. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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
OLDNEW
(Empty)
1 #!/bin/bash
2
Siggi Cherem (dart-lang) 2011/12/02 21:33:43 remove empty line
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 | « no previous file | tools/testing/perf_testing/create_graph.py » ('j') | tools/testing/perf_testing/create_graph.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698