Skip to content

Commit

Permalink
Swtich build group output to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed May 30, 2019
1 parent 789e060 commit c72f5c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cime/scripts/lib/CIME/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,10 @@ def __init__(self, test_names, test_data=None,
for build_group in self._build_groups:
self._build_group_exeroots[build_group] = None

logger.info("Build groups are:")
logger.debug("Build groups are:")
for build_group in self._build_groups:
for test_name in build_group:
logger.info("{}{}".format(" " if test_name == build_group[0] else " ", test_name))
logger.debug("{}{}".format(" " if test_name == build_group[0] else " ", test_name))

# By the end of this constructor, this program should never hard abort,
# instead, errors will be placed in the TestStatus files for the various
Expand Down

0 comments on commit c72f5c8

Please sign in to comment.