如何将参数(例如 -o CDNW)从 Buildr 传递到 ScalaTest?

发布于 2024-10-07 11:30:32 字数 520 浏览 2 评论 0原文

目前我只能说:

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 技术交流群。

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

发布评论

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

评论(1

找个人就嫁了吧 2024-10-14 11:30:32

请参阅我在 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 :)

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