summaryrefslogtreecommitdiffstats
path: root/lldb/test
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test')
-rw-r--r--lldb/test/functionalities/command_script/TestCommandScript.py2
-rw-r--r--lldb/test/functionalities/command_script/import/TestImport.py8
2 files changed, 5 insertions, 5 deletions
diff --git a/lldb/test/functionalities/command_script/TestCommandScript.py b/lldb/test/functionalities/command_script/TestCommandScript.py
index 0417ffdf9d1..bcc87ba062a 100644
--- a/lldb/test/functionalities/command_script/TestCommandScript.py
+++ b/lldb/test/functionalities/command_script/TestCommandScript.py
@@ -84,7 +84,7 @@ class CmdPythonTestCase(TestBase):
self.expect("help targetname",
substrs = ['Run Python function welcome.target_name_imp',
- 'This command takes \'raw\' input',
+ 'This command takes','\'raw\' input',
'quote stuff'])
self.expect("longwait",
diff --git a/lldb/test/functionalities/command_script/import/TestImport.py b/lldb/test/functionalities/command_script/import/TestImport.py
index 1e949efd31f..1acdfed6941 100644
--- a/lldb/test/functionalities/command_script/import/TestImport.py
+++ b/lldb/test/functionalities/command_script/import/TestImport.py
@@ -33,10 +33,10 @@ class ImportTestCase(TestBase):
# Execute the cleanup function during test case tear down.
self.addTearDownHook(cleanup)
- self.runCmd("command script import ./foo/foo.py")
- self.runCmd("command script import ./foo/foo2.py")
- self.runCmd("command script import ./foo/bar/foobar.py")
- self.runCmd("command script import ./bar/bar.py")
+ self.runCmd("command script import ./foo/foo.py --allow-reload")
+ self.runCmd("command script import ./foo/foo2.py --allow-reload")
+ self.runCmd("command script import ./foo/bar/foobar.py --allow-reload")
+ self.runCmd("command script import ./bar/bar.py --allow-reload")
self.expect("command script import ./nosuchfile.py",
error=True, startstr='error: module importing failed')
OpenPOWER on IntegriCloud