Merge pull request #208 from lguerin/bandwidth

SCP : limit the used bandwidth
This commit is contained in:
Jeroen van Erp
2015-08-18 17:23:55 +02:00
7 changed files with 229 additions and 26 deletions

View File

@@ -21,6 +21,9 @@ configurations {
}
test {
testLogging {
exceptionFormat = 'full'
}
include "**/*Test.*"
if (!project.hasProperty("allTests")) {
useJUnit {