Ticket #179 (new defect)

Opened 10 months ago

Last modified 3 months ago

buildbot shows wrong $PWD in environment variables

Reported by: slinkp Assigned to: dustin
Priority: major Milestone: 0.8.0
Component: other Version: 0.7.6
Keywords: review Cc: dustin

Description

The web display for buildbot steps shows all environment variables including $PWD. The $PWD shown does not match the "in dir" shown before the environment variables. This is confusing.

I spent a long time wondering why my shell commands were failing with "No such file or directory", because I believed the displayed $PWD and didn't notice the "in dir" up top.

Attachments

179.patch (0.6 kB) - added by dustin on 08/30/08 15:17:38.
179.patch

Change History

02/17/08 10:01:54 changed by dustin

  • cc set to dustin.

I've noticed this too. Probably the best option is just to set $PWD when changing to the build directory, so that it indicates the actual PWD. Want to write up a patch?

08/30/08 13:13:57 changed by dustin

  • owner set to dustin.

08/30/08 15:17:38 changed by dustin

  • attachment 179.patch added.

179.patch

08/30/08 15:17:54 changed by dustin

  • keywords set to review.
  • milestone changed from undecided to 0.7.9.

09/03/08 15:02:01 changed by warner

looks good to me