Skip to content
Snippets Groups Projects
Commit 41cdca39 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts][rebuild] Improve log message

parent 162434b6
No related branches found
No related tags found
No related merge requests found
Pipeline #27668 passed
...@@ -167,7 +167,7 @@ def rebuild(recipe_dir, python, condarc, config, append_file, ...@@ -167,7 +167,7 @@ def rebuild(recipe_dir, python, condarc, config, append_file,
logger.info('Testing %s', src) logger.info('Testing %s', src)
conda_build.api.test(destpath, config=conda_config) conda_build.api.test(destpath, config=conda_config)
should_build = False should_build = False
logger.info('Test for %s: SUCCESS', src) logger.info('Test for %s: SUCCESS (package is up-to-date)', src)
except Exception as error: except Exception as error:
logger.exception(error) logger.exception(error)
logger.warn('Test for %s: FAILED. Building...', src) logger.warn('Test for %s: FAILED. Building...', src)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment