如何将参数(例如 -o CDNW)从 Buildr 传递到 ScalaTest?
目前我只能说:
test.using(:scalatest)
Buildr 文档说 Buildr::Scala::ScalaTest 类支持以下选项:
- :properties - 可用于测试用例的系统属性的哈希值。
- :environment - 测试用例可用的环境变量的哈希值。
- :java_args - 按原样传递给 JVM 的参数。
但这些只是测试用例和JVM的参数,而不是ScalaTest的参数?
D:\>buildr --version
C:/Ruby186/lib/ruby/gems/1.8/gems/buildr-1.4.4-x86-mswin32/lib/buildr/java/packaging.rb:62: warning: parenthesize argument(s) for future version
Buildr 1.4.4
Currently I'm only able to say:
test.using(:scalatest)
Buildr documentation says that class Buildr::Scala::ScalaTest supports the following options:
- :properties - Hash of system properties available to the test case.
- :environment - Hash of environment variables available to the test case.
- :java_args - Arguments passed as is to the JVM.
But those are parameters to test cases and JVM only, not to ScalaTest ?
D:\>buildr --version
C:/Ruby186/lib/ruby/gems/1.8/gems/buildr-1.4.4-x86-mswin32/lib/buildr/java/packaging.rb:62: warning: parenthesize argument(s) for future version
Buildr 1.4.4
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅我在 Twitter 上与 Alex 的讨论:http://twitter.com/#!/boia01/status /27605157764145153
如果您仍然需要这个,请在 Buildr 的错误跟踪器中打开一个问题,我们将解决它:)
See my discussion on Twitter with Alex: http://twitter.com/#!/boia01/status/27605157764145153
If you still need this, please open an issue in Buildr's bug tracker, and we'll address it :)