diff options
author | Josh Cooper <josh@puppetlabs.com> | 2011-08-04 16:41:11 -0700 |
---|---|---|
committer | Josh Cooper <josh@puppetlabs.com> | 2011-08-04 16:41:11 -0700 |
commit | 7ca187509ce954e5b2707212a5615dbb9eb20378 (patch) | |
tree | 7da50654683d450f2155511c349bc9aedf9ea2c8 /lib/puppet/rails/rails_resource.rb | |
parent | e45f08bf1fef8842554ca0d8cb6fb13711e888e7 (diff) | |
download | puppet-7ca187509ce954e5b2707212a5615dbb9eb20378.tar.gz puppet-7ca187509ce954e5b2707212a5615dbb9eb20378.tar.xz puppet-7ca187509ce954e5b2707212a5615dbb9eb20378.zip |
(#8663) Exclude git rev-parse HEAD spec test on Windows
When running spec/integration/parser/compiler_spec.rb, the git command
passed to Puppet::Util.execute is an array containing a single string
["git rev-parse HEAD"]. On Unix, it calls Kernel.exec(*command), but on
Windows it calls Process.create(:command_line =>command), which attempts
to execute the program called "git rev-parse HEAD" and fails:
CreateProcess() failed: The system cannot find the file specified.
This commit marks the test as fails_on_windows, and will be re-enabled
when #8410 is fixed.
Reviewed-by: Nick Lewis <nick@puppetlabs.com>
Diffstat (limited to 'lib/puppet/rails/rails_resource.rb')
0 files changed, 0 insertions, 0 deletions