lemo added inline comments.

================
Comment at: packages/Python/lldbsuite/test/dotest.py:56
+        sys.exit(-1)
     return os.path.isfile(fpath) and os.access(fpath, os.X_OK)
----------------
minor: can we print quotes around fpath? (this usually helps in messages to 
avoid confusion around paths containing spaces for ex)


Repository:
  rL LLVM

https://reviews.llvm.org/D39199



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

Reply via email to