wallace added inline comments.

================
Comment at: lldb/test/API/commands/trace/TestTraceExport.py:68-69
+
+        if os.path.exists(ctf_test_file):
+            remove_file(ctf_test_file)
+        self.expect(f"thread trace export ctf --file {ctf_test_file}")
----------------
you don't need this. Whenever the test runs, all previous data will be wiped out


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107674/new/

https://reviews.llvm.org/D107674

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

Reply via email to