From Fedora Project Wiki

No edit summary
(Testing is done via CI now so remove the category to attempt to get this to stop showing up in bodhi updates.)
 
Line 17: Line 17:


}}
}}
[[Category:Package_lldb_test_cases]]

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 Package-x-generic-16.pnglldb and Package-x-generic-16.pngpython-lldb are installed.

How to test

Be as specific as required for the target audience.

  1. Run lldb; lldb
  2. 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.
>>>