Repository: incubator-edgent Updated Branches: refs/heads/master f6c77dc88 -> c8e3e0215
Edgent-259 pass edgent.build.ci to tests Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/c8e3e021 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/c8e3e021 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/c8e3e021 Branch: refs/heads/master Commit: c8e3e0215c76e15c845df7a9c0c116da92291701 Parents: f6c77dc Author: Dale LaBossiere <[email protected]> Authored: Tue Oct 4 09:47:17 2016 -0400 Committer: Dale LaBossiere <[email protected]> Committed: Tue Oct 4 09:47:17 2016 -0400 ---------------------------------------------------------------------- build.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/c8e3e021/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index ad89eb1..5583851 100644 --- a/build.gradle +++ b/build.gradle @@ -472,6 +472,7 @@ subprojects { systemProperty 'edgent.test.top.dir.file.path', rootProject.projectDir systemProperty 'edgent.test.root.dir', rootProject.projectDir + systemProperty 'edgent.build.ci', System.properties['edgent.build.ci'] testLogging { exceptionFormat 'full' showStandardStreams = System.properties['edgent.test.showOutput'] != null
