17 lines
448 B
Bash
Raw Permalink Normal View History

#!/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