[lldb] Remove mention of dotest.pl
authorDave Lee <davelee.com@gmail.com>
Sat, 27 Aug 2022 17:28:23 +0000 (10:28 -0700)
committerDave Lee <davelee.com@gmail.com>
Mon, 29 Aug 2022 17:21:40 +0000 (10:21 -0700)
lldb/packages/Python/lldbsuite/test/README-TestSuite

index 4e1a8c0..f76e836 100644 (file)
@@ -105,19 +105,6 @@ to the Python test suite under the current 'test' directory.
   Later versions of unittest2 include changes in unittest made in Python 3.2 and
   onwards after the release of Python 2.7.
 
-- dotest.pl
-
-  In case you wonder, there is also a 'dotest.pl' perl script file.  It was
-  created to visit each Python test case under the specified directory and
-  invoke Python's builtin unittest.main() on each test case.
-
-  It does not take advantage of the test runner and test suite functionality
-  provided by Python's unitest framework.  Its existence is because we want a
-  different way of running the whole test suite.  As lldb and the Python test
-  suite become more reliable, we don't expect to be using 'dotest.pl' anymore.
-
-  Note: dotest.pl has been moved to the attic directory.
-
 - Profiling dotest.py runs
 
   I used the following command line thingy to do the profiling on a SnowLeopard