This is an archive of the discontinued LLVM Phabricator instance.

Fix dotest.py '-p' option for multi-process mode
ClosedPublic

Authored by fjricci on Apr 4 2016, 5:41 PM.

Details

Summary

The '-p' option for dotest.py was ignored in multiprocess mode,
as the -p argument to the inferior would overwrite the -p argument
passed on the command line.

Diff Detail

Event Timeline

fjricci updated this revision to Diff 52645.Apr 4 2016, 5:41 PM
fjricci retitled this revision from to Fix dotest.py '-p' option for multi-process mode.
fjricci updated this object.
fjricci added reviewers: zturner, tfiala.
fjricci added subscribers: sas, lldb-commits.
tfiala accepted this revision.Apr 4 2016, 6:02 PM
tfiala edited edge metadata.

That looks fine. Thanks for the fix!

This revision is now accepted and ready to land.Apr 4 2016, 6:02 PM
sas closed this revision.Apr 5 2016, 10:40 AM

Committed as r265422.