You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by do...@apache.org on 2017/03/18 00:08:19 UTC

incubator-predictionio git commit: Build JDBC module before running SBT tests

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 <do...@apache.org>
Authored: Fri Mar 17 17:08:07 2017 -0700
Committer: Donald Szeto <do...@apache.org>
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 \