Browse Source

Ensure -PtestGroups is passed through to unit tests

Issue: SPR-9984
pull/216/merge
Chris Beams 13 years ago
parent
commit
4dc3fcecbd
  1. 2
      build.gradle

2
build.gradle

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

Loading…
Cancel
Save