Skip to content

Commit 5398d6a

Browse files
committed
Fix packages output parsing problem
1 parent 1f939fa commit 5398d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ elif [ "$DARTDOC_BOT" = "packages" ]; then
3434
fi
3535
PACKAGE_NAME=access PACKAGE_VERSION=">=1.0.1+2" pub run grinder build-pub-package
3636
# Negative test for flutter_plugin_tools, make sure right error message is displayed.
37-
PACKAGE_NAME=flutter_plugin_tools PACKAGE_VERSION=">=0.0.14+1" pub run grinder build-pub-package 2>&1 | grep "Generation failed: dartdoc could not find any libraries to document.$"
37+
PACKAGE_NAME=flutter_plugin_tools PACKAGE_VERSION=">=0.0.14+1" pub run grinder build-pub-package 2>&1 | grep "dartdoc failed: dartdoc could not find any libraries to document.$"
3838
PACKAGE_NAME=shelf_exception_handler PACKAGE_VERSION=">=0.2.0" pub run grinder build-pub-package
3939
elif [ "$DARTDOC_BOT" = "sdk-analyzer" ]; then
4040
echo "Running main dartdoc bot against the SDK analyzer"

0 commit comments

Comments
 (0)