[Lldb-commits] [PATCH] Change executable name to a.out.
Chaoren Lin
chaorenl at google.com
Wed Jul 1 18:25:22 PDT 2015
Hi sivachandra,
The long name causes problems with some shells.
http://reviews.llvm.org/D10888
Files:
test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py
Index: test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py
===================================================================
--- test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py
+++ test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py
@@ -39,7 +39,7 @@
# And the watchpoint variable declaration line number.
self.decl = line_number(self.source, '// Watchpoint variable declaration.')
# Build dictionary to have unique executable names for each test method.
- self.exe_name = self.testMethodName
+ self.exe_name = 'a.out'
self.d = {'C_SOURCES': self.source, 'EXE': self.exe_name}
def hello_watchpoint(self):
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10888.28921.patch
Type: text/x-patch
Size: 734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150702/32fbd299/attachment.bin>
More information about the lldb-commits
mailing list