Skip to content

Commit

Permalink
rm: Remove a debug print in qa-ctl #1975
Browse files Browse the repository at this point in the history
  • Loading branch information
jmv74211 committed Oct 5, 2021
1 parent d609cf0 commit 463c5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/wazuh_testing/wazuh_testing/scripts/qa_ctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def validate_parameters(parameters):

if parameters.dry_run and parameters.run_test is None:
raise QAValueError('The --dry-run parameter can only be used with -r, --run', qactl_logger.error, QACTL_LOGGER)
print(parameters)

if (parameters.skip_deployment or parameters.skip_provisioning or parameters.skip_testing) \
and not parameters.config:
raise QAValueError('The --skip parameter can only be used when a custom configuration file has been '
Expand Down

0 comments on commit 463c5b7

Please sign in to comment.