I basically just copied your code, so this should be correct, but just want to make sure I'm not missing anything.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks fine.
The only possible issue is the special symbols termination in paths. You may want to add quotation marks around paths or something.
Comment Actions
Almost missed that. Sorry.
It seems you are taking a fully qualified path to a wrong directory.
Shouldn't it be for build_dir and not "."?
zorg/buildbot/builders/LLDBBuilder.py | ||
---|---|---|
94 | Unless I'm missing something, it should be workdir=build_dir here. |
Unless I'm missing something, it should be workdir=build_dir here.