puppetlabs / puppet-agent

All of the directions for building a puppet agent package.
Other
47 stars 146 forks source link

Update stdout and stderr methods #2482

Closed mhashizume closed 5 months ago

mhashizume commented 5 months ago

Previously in Beaker, you could use standalone stdout and stderr methods to access output from remote machines.

These methods were deprecated in 2013 with https://github.com/voxpupuli/beaker/commit/28b2510 and dropped entirely in https://github.com/voxpupuli/beaker/commit/73a31c7.

This commit removes these updates from puppet-agent tests in favor of calling stdout and stderr methods on Result objects.

github-actions[bot] commented 5 months ago

Successfully created backport PR for 7.x: