Move remaining sbt-coursier specific tests

This commit is contained in:
Alexandre Archambault 2018-11-22 14:23:50 +01:00
parent 3b8e2f42cd
commit a1dd332d4e
9 changed files with 7 additions and 1 deletions

View File

@ -27,10 +27,16 @@ runLmCoursierTests() {
}
runSbtCoursierTests() {
if [ "$TEST_GROUP" = 1 ]; then
SCRIPTED_EXTRA="sbt-coursier/*"
else
SCRIPTED_EXTRA=""
fi
./metadata/scripts/with-test-repo.sh sbt \
++$TRAVIS_SCALA_VERSION \
sbt-coursier-shared/test \
"sbt-coursier/scripted shared-$TEST_GROUP/* sbt-coursier-group-$TEST_GROUP/*"
"sbt-coursier/scripted shared-$TEST_GROUP/* $SCRIPTED_EXTRA"
}
runSbtShadingTests() {