File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ bootstrap() {
523
523
$clean \
524
524
$sbtBuildTask \
525
525
dist/mkQuick \
526
- publish | grep -v " was too long to be displayed in the webview, and will be left out "
526
+ publish
527
527
528
528
# clear ivy cache (and to be sure, local as well), so the next round of sbt builds sees the fresh scala
529
529
rm -rf $baseDir /ivy2
@@ -559,7 +559,7 @@ publishSonatype() {
559
559
-Dstarr.version=$SCALA_VER \
560
560
${updatedModuleVersions[@]} \
561
561
" setupBootstrapPublish $releaseTempRepoUrl $SCALA_VER " \
562
- $publishSonatypeTaskCore | grep -v " was too long to be displayed in the webview, and will be left out "
562
+ $publishSonatypeTaskCore
563
563
564
564
echo " ### Publishing modules to sonatype"
565
565
# build/test/publish scala core modules to sonatype (this will start a new staging repo)
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ $SBT --warn "setupPublishCore" generateBuildCharacterPropertiesFile publishLocal
16
16
17
17
# Build quick and run the tests
18
18
parseScalaProperties buildcharacter.properties
19
- $SBT -Dstarr.version=$maven_version_number --warn " setupValidateTest" testAll | grep -v " was too long to be displayed in the webview, and will be left out "
19
+ $SBT -Dstarr.version=$maven_version_number --warn " setupValidateTest" testAll
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ case $prDryRun in
23
23
--warn \
24
24
" setupValidateTest $prRepoUrl " \
25
25
$testExtraArgs \
26
- testAll | grep -v " was too long to be displayed in the webview, and will be left out "
26
+ testAll
27
27
28
28
;;
29
29
You can’t perform that action at this time.
0 commit comments