Index: tools/testrunner/README |
diff --git a/tools/testrunner/README b/tools/testrunner/README |
index 8f0c01f52ab3352dd5e324e9d6ac964f0d64bc36..0771ef9dc271f32193098e02f85e629ee8436c33 100644 |
--- a/tools/testrunner/README |
+++ b/tools/testrunner/README |
@@ -87,12 +87,6 @@ This section is written from the point of view of the tools/ directory. |
Implementation needed to run tests locally. Used by run-tests.py. Inspired by |
(and partly copied verbatim from) the original test.py script. |
-./testrunner/local/old_statusfile.py: |
- Provides functionality to read an old-style <testsuite>.status file and |
- convert it to new-style syntax. This can be removed once the new-style |
- syntax becomes authoritative (and old-style syntax is no longer supported). |
- ./status-file-converter.py provides a stand-alone interface to this. |
- |
./testrunner/objects/*: |
A bunch of data container classes, used by the scripts in the various other |
directories; serializable for transmission over the network. |