mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 10:39:35 +08:00
Fix a typo in specifying the error path when launching the inferior.
llvm-svn: 149899
This commit is contained in:
@@ -135,9 +135,9 @@ class ProcessLaunchTestCase(TestBase):
|
||||
except OSError:
|
||||
pass
|
||||
|
||||
launch_command = "process launch -w %s -o %s -e %sl" % (my_working_dir_path,
|
||||
out_file_path,
|
||||
err_file_path)
|
||||
launch_command = "process launch -w %s -o %s -e %s" % (my_working_dir_path,
|
||||
out_file_path,
|
||||
err_file_path)
|
||||
|
||||
self.expect(launch_command,
|
||||
patterns = [ "Process .* launched: .*a.out" ])
|
||||
|
||||
Reference in New Issue
Block a user