Merge branch 'SPR-9984' into 3.2.x

* SPR-9984:
  Ensure -PtestGroups is passed through to unit tests
This commit is contained in:
Chris Beams 2013-01-21 14:00:21 +01:00
commit 06017e7ecc
1 changed files with 1 additions and 1 deletions

View File

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