Ensure -PtestGroups is passed through to unit tests

Issue: SPR-9984
This commit is contained in:
Chris Beams 2013-01-21 13:57:32 +01:00
parent fc6377cc53
commit 4dc3fcecbd
1 changed files with 1 additions and 1 deletions

View File

@ -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 {