aprantl added inline comments.

================
Comment at: packages/Python/lldbsuite/test/dosep.py:122
             print("[%s FAILED]%s" % (name, timeout_str), file=sys.stderr)
-            print("Command invoked: %s" % ' '.join(command), file=sys.stderr)
+            print("Reproduce with: lldb-dotest -f {}".format(name), 
file=sys.stderr)
         update_progress(name)
----------------
What do you think about adding the full path to lldb-dotest? I usually have at 
least three concurrent checkouts of lldb at any time.


Repository:
  rL LLVM

https://reviews.llvm.org/D47062



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

Reply via email to