| 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)
|
|
|