packer-cn/provisioner/inspec/test-fixtures/valid_exit_codes.sh

17 lines
448 B
Bash
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
cat <<EOB
Profile: tests from test-fixtures/skip_control.rb (tests from test-fixtures/valid_exit_codes.sh)
Version: (not specified)
Target: local://
 ↺ skip-1.0: skip control
 ↺ Skipped control due to only_if condition.
Profile Summary: 0 successful controls, 0 control failures, 1 control skipped
Test Summary: 0 successful, 0 failures, 1 skipped
EOB
exit 101