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

Unified Diff: runtests.sh

Issue 22528003: update examples on homepage (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: fix comment Created 7 years, 4 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/site/css/style.css » ('j') | src/site/index.html » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtests.sh
diff --git a/runtests.sh b/runtests.sh
index 24480f936c5040f952a954da7ec24ef0e5e65f79..b104be48ce497c74b4dd68f8bdca5d0ee672f412 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -15,7 +15,7 @@ ANA="dartanalyzer"
echo
echo "Type Analysis, running dartanalyzer..."
-for dir in src/site/tools/*/code/ src/site/articles/*/code/
+for dir in src/tests/site/code/ src/tests/site/*/code/ 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/site/css/style.css » ('j') | src/site/index.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698