Skip to content

Commit

Permalink
Allow specifying the out directory prefix (flutter#7762)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield authored Feb 10, 2019
1 parent b2a9397 commit ba0f38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/analyze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
echo "Analyzing dart:ui library..."
RESULTS=`dartanalyzer \
--options flutter/analysis_options.yaml \
out/host_debug_unopt/gen/sky/bindings/dart_ui/ui.dart \
"$1out/host_debug_unopt/gen/sky/bindings/dart_ui/ui.dart" \
2>&1 \
| grep -Ev "No issues found!" \
| grep -Ev "Analyzing.+out/host_debug_unopt/gen/sky/bindings/dart_ui/ui\.dart"`
Expand Down

0 comments on commit ba0f38b

Please sign in to comment.