mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-10 09:48:06 +00:00
Fix tests/various/logger_cmd_error.sh.
This commit is contained in:
parent
8ce48ca81e
commit
282e0c30ac
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ void log_formatted_cmd_error(std::string str)
|
|||
pop_errfile = true;
|
||||
}
|
||||
|
||||
log_formatted_string("ERROR: %s", log_last_error, LogSeverity::LOG_ERROR);
|
||||
log_formatted_string("%s", stringf("ERROR: %s", log_last_error), LogSeverity::LOG_ERROR);
|
||||
log_flush();
|
||||
|
||||
if (pop_errfile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue