mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-18 11:58:32 +00:00
No new error if already failing
This commit is contained in:
parent
6b396e6455
commit
be977cf7eb
1 changed files with 2 additions and 1 deletions
|
@ -331,7 +331,8 @@ static void logv_error_with_prefix(const char *prefix,
|
||||||
f = stderr;
|
f = stderr;
|
||||||
|
|
||||||
log_last_error = vstringf(format, ap);
|
log_last_error = vstringf(format, ap);
|
||||||
log("%s%s", prefix, log_last_error.c_str());
|
if (check_expected_logs)
|
||||||
|
log("%s%s", prefix, log_last_error.c_str());
|
||||||
log_flush();
|
log_flush();
|
||||||
|
|
||||||
log_make_debug = bak_log_make_debug;
|
log_make_debug = bak_log_make_debug;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue