Fitnesse:在命令行/Linux 环境中没有生成错误日志
使用命令行在 Linux 中运行 Fitnesse,例如: java -jar Fitnesse.jar -c "TestName?test&format=text"
但是,不会创建 PC 环境中 ErrorLogs 中显示的 system.out。
有开关可以打开这个吗?
谢谢, 约翰
Running Fitnesse in Linux using a command line such as:
java -jar fitnesse.jar -c "TestName?test&format=text"
However, the system.out, which shows up in ErrorLogs in a PC environment does not get created.
Is there a switch to turn this on?
Thanks,
John
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下是命令行选项的文档:
http://fitnesse.org/FitNesse.UserGuide.QuickReferenceGuide#FitNesseCommandLINE
看起来有-l 选项指定应在何处创建日志。
Here is documentation for the command line options:
http://fitnesse.org/FitNesse.UserGuide.QuickReferenceGuide#FitNesseCommandLINE
It looks like there's a -l option to specify where the logs should be created.
尝试指定 -l /tmp/log.out 只是为了确保不存在权限问题。
Try specifying -l /tmp/log.out just to make sure there are no permissions issues.