[Lldb-commits] [lldb] [lldb] Fixed the TestFdLeak test (PR #92273)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed May 15 08:50:13 PDT 2024


https://github.com/JDevlieghere commented:

Could this use `os.devnull` to pick the right one based on the platform this is running on?
```
self.do_test(["log enable -f '{}}' lldb commands".format(os.devnull)])
```

https://github.com/llvm/llvm-project/pull/92273


More information about the lldb-commits mailing list