如何更改解释的 Specman 会话的默认 *.elog 日志文件名?

发布于 2024-07-06 18:21:57 字数 113 浏览 5 评论 0原文

我希望能够在 Specman 测试中指定日志文件的文件名词干。 我需要对主 *.elog 文件名进行硬编码,这样我就不会在测试之间出现差异并混淆后处理脚本。 是否有可以传递给 Specman 的约束或命令行?

I want to be able to specify the file name stem for the log file in a Specman test. I need to hard-code the main *.elog filename so that I don't get variance between tests and confuse the post-processing scripts. Is there a constraint or command line I can pass into Specman?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小忆控 2024-07-13 18:21:58

您还可以使用specman命令“set log”或使用以下代码。

extend sys
{
     run() is also {
          specman("set log specman.elog");
     };
};

You can also use specman command "set log " or use following code.

extend sys
{
     run() is also {
          specman("set log specman.elog");
     };
};
︶ ̄淡然 2024-07-13 18:21:58

您可以使用开关 -log 控制 *.elog 文件名。

You can control the *.elog filename with switch -log.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文