Sha256: 4957cada4ed6d3b845b1081d914b3681eb86595f559d9d055eea10adaa839fe7
Contents?: true
Size: 484 Bytes
Versions: 18
Compression:
Stored size: 484 Bytes
Contents
# This test is intended to ensure that the --debug command-line option works # properly. This option prints debugging information to stderr. test_name "C63191: --debug command-line option prints debugging information to stderr" do agents.each do |agent| step "Agent #{agent}: retrieve debug info from stderr using --debug option" do on(agent, facter('--debug')) do assert_match(/DEBUG/, stderr, "Expected DEBUG information in stderr") end end end end
Version data entries
18 entries across 18 versions & 2 rubygems