Lines Matching defs:stdout
98 LOCAL.stdout = StreamToLogger(logger, logging.INFO)
109 def stdout(message: str):
110 LOCAL.stdout.write(message)
210 out=LOCAL.stdout,
500 stdout=build_log_file,
572 stdout=log_file,
649 stdout=build_log_file,
656 stdout=build_log_file,
685 out=LOCAL.stdout,
704 stdout=build_log_file,
714 stdout(what)
779 stdout(
798 shutil.copyfileobj(failed_log, LOCAL.stdout)
866 stdout(f" Comparing Results: {ref_dir} {new_dir}\n")
879 ref_results, new_results, delete_empty=False, out=LOCAL.stdout
883 stdout(f"Warning: {num_diffs} differences in diagnostics.\n")
886 stdout("Error: Diffs found in strict mode (2).\n")
890 stdout("Error: The number of results are different " " strict mode (1).\n")
893 stdout(
947 stdout(f" Removing log file: {build_log_path}\n")