Repository: incubator-predictionio Updated Branches: refs/heads/feature/xbuild 36d8c6939 -> fd8056048
Build JDBC module before running SBT tests Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/fd805604 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/fd805604 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/fd805604 Branch: refs/heads/feature/xbuild Commit: fd80560480468f83305b2d6c07e64763457d2ad7 Parents: 36d8c69 Author: Donald Szeto <[email protected]> Authored: Fri Mar 17 17:08:07 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Fri Mar 17 17:08:07 2017 -0700 ---------------------------------------------------------------------- tests/unit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/fd805604/tests/unit.sh ---------------------------------------------------------------------- diff --git a/tests/unit.sh b/tests/unit.sh index b204bf2..1421dce 100755 --- a/tests/unit.sh +++ b/tests/unit.sh @@ -35,7 +35,7 @@ sbt/sbt scalastyle \ -Delasticsearch.version=$PIO_ELASTICSEARCH_VERSION # Run all unit tests -sbt/sbt test storage/test \ +sbt/sbt dataJdbc/compile test storage/test \ -Dscala.version=$PIO_SCALA_VERSION \ -Dspark.version=$PIO_SPARK_VERSION \ -Dhadoop.version=$PIO_HADOOP_VERSION \
