[PATCH] D45333: WIP: [LIT] Have lit run the lldb test suite

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 11 09:13:27 PDT 2018


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





More information about the llvm-commits mailing list