Skip to content

Commit

Permalink
Update runTests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Vinícius Rodrigues Pires de Lima committed Mar 26, 2017
1 parent ca4e645 commit de8f826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi

if ! grep -q "spark-testing-base" build.sbt;then
echo "libraryDependencies += \"org.scalatest\" %% \"scalatest\" % \"3.0.1\" % \"test\"" >> build.sbt
echo "libraryDependencies += \"com.holdenkarau\" %% \"spark-testing-base\" % \"${sparkVer}_0.3.3\"" >> build.sbt
echo "libraryDependencies += \"com.holdenkarau\" %% \"spark-testing-base\" % \"${sparkVer}_0.6.0\"" >> build.sbt
fi

sbt test

0 comments on commit de8f826

Please sign in to comment.