JDevlieghere added inline comments.

================
Comment at: lit/Suite/lldbtest.py:46
+        cmd = self.dotest_cmd + [testPath, '-p', testName]
+        print ' '.join(cmd)
+
----------------
labath wrote:
> It looks like `executeCommand` accepts a list of args for a command as well, 
> so it might be best to keep `cmd` as such.
Jup, the (now removed) print statement was just to make it easier for me to 
debug.


https://reviews.llvm.org/D45333



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to