I think you're all right. I add a -d to my gradle and confirmed that the property is being passed. I'm using the Geb 0.6 snapshot, which I believe has a bug which causes it to ignore this system prop. I just discovered that an hour ago and posted to the Geb ML. Sorry!
On Wed, Apr 13, 2011 at 3:54 PM, Peter Niederwieser <[email protected]>wrote: > > Ray Nicholus wrote: > > > > The system property doesn't appear to make it to the Geb tests > > > > The following worked fine for me last time I tried: > > test { > systemProperties['geb.driver'] = 'firefox' > } > > -- > Peter Niederwieser > Developer, Gradle > http://www.gradle.org > Trainer & Consultant, Gradleware > http://www.gradleware.com > Creator, Spock Framework > http://spockframework.org > > > > -- > View this message in context: > http://gradle.1045684.n5.nabble.com/How-can-I-pass-JVM-system-properties-on-to-my-tests-tp4301058p4301632.html > Sent from the gradle-user mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
