Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2215)

Unified Diff: runtests.sh

Issue 27412003: runAsync name change (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: add links to event loop article; add update date Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/diagrams/articles/event-loop/event-loop.graffle/data.plist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtests.sh
diff --git a/runtests.sh b/runtests.sh
index b104be48ce497c74b4dd68f8bdca5d0ee672f412..57d96f048241fae610588d1a293ec5d85dd38942 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -15,7 +15,7 @@ ANA="dartanalyzer"
echo
echo "Type Analysis, running dartanalyzer..."
-for dir in src/tests/site/code/ src/tests/site/*/code/ src/site/tools/*/code/ src/site/articles/*/code/
+for dir in src/tests/site/code/ src/tests/site/articles/*/*/bin/ src/site/tools/*/code/ src/site/articles/*/code/
do
# Run pub if there is a pubspec in this code directory.
if [ -a "$dir/pubspec.yaml" ]; then
« no previous file with comments | « no previous file | src/diagrams/articles/event-loop/event-loop.graffle/data.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698