From: Dave Lee Date: Sat, 27 Aug 2022 17:28:23 +0000 (-0700) Subject: [lldb] Remove mention of dotest.pl X-Git-Tag: upstream/17.0.6~35047 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9537bfeedf52654eff45564015a51b2265e8c5f6;p=platform%2Fupstream%2Fllvm.git [lldb] Remove mention of dotest.pl --- diff --git a/lldb/packages/Python/lldbsuite/test/README-TestSuite b/lldb/packages/Python/lldbsuite/test/README-TestSuite index 4e1a8c0..f76e836 100644 --- a/lldb/packages/Python/lldbsuite/test/README-TestSuite +++ b/lldb/packages/Python/lldbsuite/test/README-TestSuite @@ -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