Fix an issue with stash #67
Annotations
10 errors
spec/unit/puppet/provider/vcsrepo/git_spec.rb#L34
Puppet::Type::Vcsrepo::ProviderGit when with an ensure of present when with an ensure of present - with a revision that is a remote branch executes 'git clone' and 'git checkout -b'
Failure/Error: exec_git(*args)
Vcsrepo[test](provider=git) received :exec_git with unexpected arguments
expected: ("branch", "--no-color", "-a")
got: ("status", "--porcelain")
|
spec/unit/puppet/provider/vcsrepo/git_spec.rb#L48
Puppet::Type::Vcsrepo::ProviderGit when with an ensure of present with an ensure of present - with a remote not named 'origin' executes 'git clone --origin not_origin
Failure/Error: exec_git(*args)
Vcsrepo[test](provider=git) received :exec_git with unexpected arguments
expected: ("branch", "--no-color", "-a")
got: ("status", "--porcelain")
|
spec/unit/puppet/provider/vcsrepo/git_spec.rb#L62
Puppet::Type::Vcsrepo::ProviderGit when with an ensure of present when with an ensure of present - with shallow clone enable executes 'git clone --depth 1'
Failure/Error: exec_git(*args)
Vcsrepo[test](provider=git) received :exec_git with unexpected arguments
expected: ("branch", "--no-color", "-a")
got: ("status", "--porcelain")
|
spec/unit/puppet/provider/vcsrepo/git_spec.rb#L77
Puppet::Type::Vcsrepo::ProviderGit when with an ensure of present when with an ensure of present - with a revision that is not a remote branch executes 'git clone' and 'git reset --hard'
Failure/Error: exec_git(*args)
Vcsrepo[test](provider=git) received :exec_git with unexpected arguments
expected: ("branch", "--no-color", "-a")
got: ("status", "--porcelain")
|
spec/unit/puppet/provider/vcsrepo/git_spec.rb#L119
Puppet::Type::Vcsrepo::ProviderGit when with an ensure of present when with an ensure of present - when an http proxy is specified specifies the proxy parameter
Failure/Error: exec_git(*args)
Vcsrepo[test](provider=git) received :exec_git with unexpected arguments
expected: ("branch", "--no-color", "-a")
got: ("status", "--porcelain")
|
spec/unit/puppet/provider/vcsrepo/git_spec.rb#L133
Puppet::Type::Vcsrepo::ProviderGit when with an ensure of present when with an ensure of present - when multiple remotes are specified and http proxies are specified for all specifies the proxy parameter
Failure/Error: exec_git(*args)
Vcsrepo[test](provider=git) received :exec_git with unexpected arguments
expected: ("branch", "--no-color", "-a")
got: ("status", "--porcelain")
|
spec/unit/puppet/provider/vcsrepo/git_spec.rb#L155
Puppet::Type::Vcsrepo::ProviderGit when with an ensure of present when with an ensure of present - when multiple remotes are specified and http proxies are specified for some specifies the proxy parameter
Failure/Error: exec_git(*args)
Vcsrepo[test](provider=git) received :exec_git with unexpected arguments
expected: ("branch", "--no-color", "-a")
got: ("status", "--porcelain")
|
spec/unit/puppet/provider/vcsrepo/git_spec.rb#L249
Puppet::Type::Vcsrepo::ProviderGit when with an ensure of mirror - when the path is a working copy repository clones overtop it using force
Failure/Error: exec_git(*args)
Vcsrepo[test](provider=git) received :exec_git with unexpected arguments
expected: ("branch", "--no-color", "-a")
got: ("status", "--porcelain")
|
spec/unit/puppet/provider/vcsrepo/git_spec.rb#L438
Puppet::Type::Vcsrepo::ProviderGit when setting the revision property when it's an existing local branch uses 'git fetch' and 'git reset'
Failure/Error: exec_git(*args)
Vcsrepo[test](provider=git) received :exec_git with unexpected arguments
expected: ("branch", "--no-color", "-a")
got: ("status", "--porcelain")
|
spec/unit/puppet/provider/vcsrepo/git_spec.rb#L449
Puppet::Type::Vcsrepo::ProviderGit when setting the revision property when it's a remote branch uses 'git fetch' and 'git reset'
Failure/Error: exec_git(*args)
Vcsrepo[test](provider=git) received :exec_git with unexpected arguments
expected: ("branch", "--no-color", "-a")
got: ("status", "--porcelain")
|
The logs for this run have expired and are no longer available.
Loading