3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-14 19:25:40 +00:00

Fix tests/various/logger_cmd_error.sh.

This commit is contained in:
Sean Luchen 2025-09-16 08:59:47 -07:00 committed by Miodrag Milanovic
parent fc5d41ebc5
commit 10f24ece7a

View file

@ -439,7 +439,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)