Fixed breakage of test running when sputniktests not checked out.

Review URL: http://codereview.chromium.org/381002


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3244 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent b068a9f7
To run the sputniktests you must check out the test suite from
googlecode.com. The test expectations are currently relative to
version 21. To get the tests run the following command within
version 22. To get the tests run the following command within
v8/tests/sputnik/
svn co http://sputniktests.googlecode.com/svn/trunk/ -r21 sputniktests
svn co http://sputniktests.googlecode.com/svn/trunk/ -r22 sputniktests
......@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment