Automatically set path to sanitizer runtime when running tests on macOS.
rdar://problem/42984739
Differential D50997
Automatically set path to sanitizer runtime when running tests on macOS. aprantl on Aug 20 2018, 2:37 PM. Authored by
Details Automatically set path to sanitizer runtime when running tests on macOS. rdar://problem/42984739
Diff Detail
Event TimelineComment Actions Thanks so much for doing this!
|
This might be easier to read as either import commands; commands.getoutput(...) or check_output(..., shell=True).strip(). Then it's possible to drop the [:-1], which is nice, because it's not clear that that strips a trailing newline.