Issue #6246 has been updated by James Turnbull. Target version deleted (queued)
---------------------------------------- Bug #6246: Puppet env logic seems unnecessary https://projects.puppetlabs.com/issues/6246 Author: Paul Berry Status: Needs Decision Priority: Normal Assignee: Markus Roberts Category: Harness Target version: Patch: None Keywords: Branch: The method Command#puppet_env_command contains complex logic to set RUBYLIB and PATH to point to the version of Puppet that is mentioned in the config file. This seems unnecessary: since the test framework is installs puppet (and facter) on the target machine before running tests, the RUBYLIB and PATH should already be set correctly. Worse yet, if we ever had an installer bug that caused RUBYLIB and PATH to be set incorrectly, the logic in puppet_env_command would mask the bug and prevent us from noticing it. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
