From Fedora Project Wiki
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. >>>