As suggested by Pavel on lldb-commits. Originally I picked os.system because it was so much more simple than the subprocess module, but that no longer holds true after yesterday's hack in r328020. This is what it should've been in the first place.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Thank you. This looks good, assuming that the LLDB_DOTEST_ARGS_STR thingy is working as intended.
test/lldb-dotest.in | ||
---|---|---|
6 | I'm confused. Shouldn't this be @LLDB_DOTEST_ARGS@, now that you've removed the _STR version? |
Comment Actions
Good catch, the variable was still available from the cache. I'll commit this with the fix.
I'm confused. Shouldn't this be @LLDB_DOTEST_ARGS@, now that you've removed the _STR version?