From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=Test for lldb script interpreter |setup= Ensure that {{package|lldb}} and {{package|python-lldb}} are installed. |actions= Be as specific as requir...") |
(Testing is done via CI now so remove the category to attempt to get this to stop showing up in bodhi updates.) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=Test for lldb script interpreter | |description=Test for lldb script interpreter | ||
https://bugzilla.redhat.com/show_bug.cgi?id=1433463 | |||
|setup= Ensure that {{package|lldb}} and {{package|python-lldb}} are installed. | |setup= Ensure that {{package|lldb}} and {{package|python-lldb}} are installed. | ||
|actions= | |actions= | ||
Line 16: | Line 17: | ||
}} | }} | ||
Latest revision as of 17:33, 26 September 2019
Description
Test for lldb script interpreter https://bugzilla.redhat.com/show_bug.cgi?id=1433463
Setup
Ensure that lldb
and python-lldb
are installed.
How to test
Be as specific as required for the target audience.
- Run lldb;
lldb
- Type script into the command prompt and hit enter.
Expected Results
You should see the following output:
$ lldb (lldb) script Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D. >>>