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

Unified Diff: tools/testing/run_selenium.py

Issue 9600033: Clean up temporary directories in buildbot script. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
Index: tools/testing/run_selenium.py
===================================================================
--- tools/testing/run_selenium.py (revision 4909)
+++ tools/testing/run_selenium.py (working copy)
@@ -143,7 +143,7 @@
return sel
except socket.error:
print 'ERROR: Could not connect to Selenium RC server. Are you running' +\
- ' java -jar selenium-server-standalone-2.15.0.jar? If not, start ' + \
+ ' java -jar selenium-server-standalone-*.jar? If not, start ' + \
'it before running this test.'
sys.exit(1)
else:
« frog/scripts/buildbot_annotated_steps.py ('K') | « frog/scripts/buildbot_annotated_steps.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698