Ticket #682 (closed defect: duplicate)

Opened 3 years ago

Last modified 3 years ago

Mac build slave ignores logEnviron=False

Reported by: tfogal Owned by:
Priority: minor Milestone: 0.7.12
Version: 0.7.11 Keywords:
Cc:

Description

When using logEnviron=False, Mac build slaves still seem to output the environment for the command.

My build slave is 0.7.11p3. Build master is 2b69157655f299d8459ecbc92637a6ffd0e9130f. The build rule which generated the output I'll attach is:

mkdir_deps = shell.ShellCommand?(

command=["env", "-i", "mkdir", "-p", "deps"], logEnviron=False

)

Attachments

stdio.html Download (2.1 KB) - added by tfogal 3 years ago.
HTML for the page with the given command's output.

Change History

Changed 3 years ago by tfogal

HTML for the page with the given command's output.

comment:1 Changed 3 years ago by dustin

  • Status changed from new to closed
  • Resolution set to duplicate
  • Milestone changed from undecided to 0.7.12

There were some fixes to the logEnviron support since 0.7.11 - see #361 and [2834f58f2f7a47336679eed9ff93995be859ab36]

Note: See TracTickets for help on using tickets.