Add new command class for lldbtest
and change Ubuntu cmake builder to use this new class
This is to resolve the bulidbot display problem when running lldb test with ninja
Details
Details
- Reviewers
chaoren sivachandra ovyalov
Diff Detail
Diff Detail
Event Timeline
zorg/buildbot/commands/LldbTestCommand.py | ||
---|---|---|
1 | My understanding that this file was branched from LitTestCommand.py - could you add LldbTestCommand.py as "git cp LitTestCommand.py LldbTestCommand.py" to show a diff between them? |
Comment Actions
After discussion with Siva, modify the original LitTestCommand Class instead of creating new one.
New revision is here,
http://reviews.llvm.org/D7814