Issue #1626 has been updated by luke.

Turns out the problem is this method in rspec's basic_text_formatter file:
<pre>
        def output_to_tty?
          begin
            @output.tty? || ENV.has_key?("AUTOTEST")
          rescue NoMethodError
            false
          end
        end
</pre>

For some reason, autotest isn't setting AUTOTEST, and setting it manually does 
not fix the problem.
----------------------------------------
Refactor #1626: The 'vendor' directory should be removed from the Puppet 
repository
http://projects.reductivelabs.com/issues/show/1626

Author: luke
Status: Ready for Testing
Priority: High
Assigned to: luke
Category: testing
Target version: 0.24.7
Affected version: 0.24.6


The goal here is to allow people to manage their own gems, and also to avoid 
needing to duplicate gem installs in all repositories.

To do this, at the least we'll have to update documentation and the rake tasks 
so that people attempting to run the tests get useful information if the needed 
programs are missing.  We'll also have to verify that the tests all still work 
with the latest versions of the programs, along with probably documenting which 
versions the tests work with.


----------------------------------------
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://reductivelabs.com/redmine/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
-~----------~----~----~----~------~----~------~--~---

Reply via email to