mirror of https://github.com/YosysHQ/yosys.git
Fix tests/various/logger_cmd_error.sh.
This commit is contained in:
parent
fc5d41ebc5
commit
10f24ece7a
|
|
@ -439,7 +439,7 @@ void log_formatted_cmd_error(std::string str)
|
||||||
pop_errfile = true;
|
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();
|
log_flush();
|
||||||
|
|
||||||
if (pop_errfile)
|
if (pop_errfile)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue