如何更改解释的 Specman 会话的默认 *.elog 日志文件名?
我希望能够在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您还可以使用specman命令“set log”或使用以下代码。
You can also use specman command "set log " or use following code.
您可以使用开关 -log 控制 *.elog 文件名。
You can control the *.elog filename with switch -log.