diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-27 18:18:46 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-27 18:18:46 +0000 |
commit | 2d247359cc399d283ae00c6b869ee05617f36e2b (patch) | |
tree | 004105e01b12a12fdbe1c1790ac0b0c331d1066b /lldb/packages/Python/lldbsuite/test/dotest_args.py | |
parent | ff07631b481ee2396aa1bbaadefcbd537d787b08 (diff) | |
download | bcm5719-llvm-2d247359cc399d283ae00c6b869ee05617f36e2b.tar.gz bcm5719-llvm-2d247359cc399d283ae00c6b869ee05617f36e2b.zip |
[dotest] Remove results port
The results port was used by dosep.py to deal with test results coming
form different processes. With dosep.py gone, I don't think we need this
any longer.
Differential revision: https://reviews.llvm.org/D66811
llvm-svn: 370090
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest_args.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest_args.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest_args.py b/lldb/packages/Python/lldbsuite/test/dotest_args.py index 436ccd7fcdb..628aa411991 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest_args.py +++ b/lldb/packages/Python/lldbsuite/test/dotest_args.py @@ -231,12 +231,6 @@ def create_parser(): help=('Specifies the file where test results will be written ' 'according to the results-formatter class used')) group.add_argument( - '--results-port', - action='store', - type=int, - help=('Specifies the localhost port to which the results ' - 'formatted output should be sent')) - group.add_argument( '--results-formatter', action='store', help=('Specifies the full package/module/class name used to translate ' |