Hi Alexy,
ScalaTest's config map is independent from system properties. I'm not
sure if there's a better way to do what you are doing with sbt. That's
probably better asked on the sbt mailing list than here. But you could
also possibly do this inside your tests themselves.
I'm not sure what other setup is going on in your tests, but if you
can change that system property for each test, you could create a
trait with a withFixture(NoArgTest) that sets the system property
before each test and resets it after. You could mix that trait into
each test class.
Bill
> --
> You received this message because you are subscribed to the Google
> Groups "scalatest-users" group.
> To post to this group, send email to
scalate...@googlegroups.com
> To unsubscribe from this group, send email to
>
scalatest-use...@googlegroups.com
> For more options, visit this group at
>
http://groups.google.com/group/scalatest-users?hl=en
> ScalaTest itself, and documentation, is available here:
>
http://www.artima.com/scalatest
--
Bill Venners
Artima, Inc.
http://www.artima.com