[Lldb-commits] [PATCH] D16423: test suite: fix exception if --platform-name is specified that doesn't start with "remote-"

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 22 00:38:57 PST 2016


labath accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: packages/Python/lldbsuite/test/dosep.py:1145
@@ -1144,1 +1144,3 @@
+        else:
+            target = None
 
----------------
I think this should be `target = platform_name`, so that you can still match the ios-simulator platform below (the point of the regex was to remove the "remote-" prefix, I believe), but I guess it doesn't really matter, as we are getting rid of the whole function anyway...


http://reviews.llvm.org/D16423





More information about the lldb-commits mailing list