| Index: README.py
|
| diff --git a/README.py b/README.py
|
| index 460d1bc20668c154955a3289647d2d1ec7d0fce8..08908f32fd20d3af8e37b15626a9b0ed81a95b0e 100755
|
| --- a/README.py
|
| +++ b/README.py
|
| @@ -13,30 +13,14 @@
|
|
|
| """Test tracing and isolation infrastructure.
|
|
|
| -Scripts are compartmentalized by their name:
|
| -- isolate_*.py: Executable isolation scripts. See:
|
| - https://code.google.com/p/swarming/wiki/IsolateDesign
|
| - https://code.google.com/p/swarming/wiki/IsolateUserGuide
|
| -- isolateserver_*.py: Tools to interact with the CAD server.
|
| -- run_*.py: Tools to run tests.
|
| -- swarm_*.py: Swarm interaction scripts. See
|
| - https://code.google.com/p/swarming/wiki/SwarmingDesign
|
| - https://code.google.com/p/swarming/wiki/SwarmingUserGuide
|
| -- trace_*.py: Tracing infrastructure scripts. See
|
| - https://code.google.com/p/swarming/wiki/TracingToolsDesign
|
| - https://code.google.com/p/swarming/wiki/TracingToolsUserGuide
|
| -- googletest/*.py: Scripts specifically managing GTest executables. More
|
| - information about googletest can be found at
|
| - http://code.google.com/p/googletest/wiki/Primer
|
| +See googletest/*.py for scripts specifically managing GTest executables. More
|
| +information about googletest can be found at
|
| +http://code.google.com/p/googletest/wiki/Primer
|
|
|
| A few scripts have strict dependency rules:
|
| -- run_isolated.py and trace_inputs.py depends on no other script so they can be
|
| - run outside the checkout.
|
| - The pure tracing scripts (trace_*.py) do not know about isolate
|
| infrastructure.
|
| -- Scripts without '_test_cases' suffix do not know about GTest.
|
| -- Scripts without 'isolate_' prefix do not know about the isolation
|
| - infrastructure.
|
| +- Scripts outside googletest/ do not know about GTest.
|
| """
|
|
|
| import os
|
|
|