Ensure -PtestGroups is passed through to unit tests

Issue: SPR-9984
master
Chris Beams 12 years ago
parent fc6377cc53
commit 4dc3fcecbd
  1. 2
      build.gradle

@ -67,7 +67,7 @@ configure(allprojects) { project ->
test { test {
systemProperty("java.awt.headless", "true") systemProperty("java.awt.headless", "true")
systemProperty("testGroups", properties.get("testGroups")) systemProperty("testGroups", project.properties.get("testGroups"))
} }
repositories { repositories {

Loading…
Cancel
Save