We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d6f44 commit bee6c4aCopy full SHA for bee6c4a
python/ctsm/run_ctsm_py_tests.py
@@ -129,7 +129,7 @@ def _commandline_args(description):
129
130
# Warn user about ambiguous -s
131
if args.sys:
132
- print(f"Running system tests only. {SYS_TESTS_DISAMBIGUATION}")
+ logger.info("Running system tests only. %s", SYS_TESTS_DISAMBIGUATION)
133
134
# Pass any unknown args to pytest directly
135
pytest_args += unknown
0 commit comments