mirror of https://github.com/sbt/sbt.git
Move remaining sbt-coursier specific tests
This commit is contained in:
parent
3b8e2f42cd
commit
a1dd332d4e
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue