DavidSpickett added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/lldbtest.py:2460
+ matched = output.startswith(startstr)
+ log_lines.append("{} start string: \"{}\" ({})".format(
+ expecting_str, startstr, found_str(matched)))
----------------
I've added speech marks around things that are probably on the shorter side.
I've found it helps narrow down issues with empty strings or leading/trailing
whitespace.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86792/new/
https://reviews.llvm.org/D86792
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits