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

Unified Diff: test/sputnik/testcfg.py

Issue 381002: Fixed breakage of test running when sputniktests not checked out. (Closed)
Patch Set: Created 11 years, 1 month 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 | « test/sputnik/README ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/sputnik/testcfg.py
diff --git a/test/sputnik/testcfg.py b/test/sputnik/testcfg.py
index 6bb233674b76d21a14214cc82403ecfb01f04d4a..659238220b129d620dda4eb82954ce8d52fe12a3 100644
--- a/test/sputnik/testcfg.py
+++ b/test/sputnik/testcfg.py
@@ -109,10 +109,4 @@ class SputnikTestConfiguration(test.TestConfiguration):
def GetConfiguration(context, root):
- checkout = join(root, 'sputniktests')
- if not exists(checkout):
- print "No checkout of sputniktests found. Check out the tests under"
- print "v8/test/sputnik using:"
- print " svn co http://sputniktests.googlecode.com/svn/trunk/ sputniktests"
- sys.exit(0)
return SputnikTestConfiguration(context, root)
« no previous file with comments | « test/sputnik/README ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698