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

Unified Diff: utils/tests/template/run

Issue 10010009: Calculator App for ChromeOS with fixes for templates/CSS to support this application. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Mininimal templates and more text node tests. Created 8 years, 8 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
Index: utils/tests/template/run
diff --git a/utils/tests/template/run b/utils/tests/template/run
index efbd81808b675740c8bccc26953b7883c7e0755c..89448878cb06c8f7fdc493839f3dd8b838af55ea 100755
--- a/utils/tests/template/run
+++ b/utils/tests/template/run
@@ -5,7 +5,12 @@ ARGC=$#
if [[ $ARGC -eq 1 ]];
then
- if [[ $1 = "simple1" ]];
+ if [[ $1 = "simple" ]];
+ then
+ ./../../template/template name_entry_simple.tmpl name_entry.dart
+ cd ../../../frog
+ ./frog.py --html -- ../utils/tests/template/test_simple.dart
+ elif [[ $1 = "simple1" ]];
then
./../../template/template name_entry.tmpl name_entry.dart
cd ../../../frog
@@ -97,6 +102,7 @@ else
echo -e "\033[31mUnknown test\033[0m"
echo -e ""
echo -e "Known tests are:"
+ echo -e " simple"
echo -e " simple1"
echo -e " simple2"
echo -e " simple3"
« utils/template/htmltree.dart ('K') | « utils/tests/template/name_entry_simple.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698