forked from OSchip/llvm-project
Fix a typo in specifying the error path when launching the inferior.
llvm-svn: 149899
This commit is contained in:
parent
1fc2eac062
commit
3397e7cd22
|
@ -135,7 +135,7 @@ class ProcessLaunchTestCase(TestBase):
|
||||||
except OSError:
|
except OSError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
launch_command = "process launch -w %s -o %s -e %sl" % (my_working_dir_path,
|
launch_command = "process launch -w %s -o %s -e %s" % (my_working_dir_path,
|
||||||
out_file_path,
|
out_file_path,
|
||||||
err_file_path)
|
err_file_path)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue