diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/command_source/.lldb')
-rw-r--r-- | packages/Python/lldbsuite/test/functionalities/command_source/.lldb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/command_source/.lldb b/packages/Python/lldbsuite/test/functionalities/command_source/.lldb index c544523832e76..ecbdcff44626d 100644 --- a/packages/Python/lldbsuite/test/functionalities/command_source/.lldb +++ b/packages/Python/lldbsuite/test/functionalities/command_source/.lldb @@ -1 +1,2 @@ -script import my +# one more level of indirection to stress the command interpreter reentrancy +command source commands.txt |