diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-28 21:31:53 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-28 21:31:53 +0000 |
commit | 311ae452287189e582b84a09982b0a2b37ddfe6b (patch) | |
tree | 3e1e9f52729bd6283513c87eb091ba06e86d0147 /lldb/packages/Python/lldbsuite/test/dotest_args.py | |
parent | 925afc1ce70ab4117073d52bf519ea7cf05ed03f (diff) | |
download | bcm5719-llvm-311ae452287189e582b84a09982b0a2b37ddfe6b.tar.gz bcm5719-llvm-311ae452287189e582b84a09982b0a2b37ddfe6b.zip |
[dotest] Remove --event-add-entries
This argument was used by dosep.py to pass information around from the
workers. With dosep.py gone, I'm fairly sure we don't need this any
longer.
llvm-svn: 370266
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest_args.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/dotest_args.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest_args.py b/lldb/packages/Python/lldbsuite/test/dotest_args.py index f4882e1d7e4..a8ec03a88f1 100644 --- a/lldb/packages/Python/lldbsuite/test/dotest_args.py +++ b/lldb/packages/Python/lldbsuite/test/dotest_args.py @@ -243,13 +243,6 @@ def create_parser(): help=('Specify an option to pass to the formatter. ' 'Use --results-formatter-option="--option1=val1" ' 'syntax. Note the "=" is critical, don\'t include whitespace.')) - group.add_argument( - '--event-add-entries', - action='store', - help=('Specify comma-separated KEY=VAL entries to add key and value ' - 'pairs to all test events generated by this test run. VAL may ' - 'be specified as VAL:TYPE, where TYPE may be int to convert ' - 'the value to an int')) # Re-run related arguments group = parser.add_argument_group('Test Re-run Options') |