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

Unified Diff: samples/simple_todo/compile.sh

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 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 | « samples/samples.status ('k') | samples/simple_todo/java/SimpleTodo.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/simple_todo/compile.sh
diff --git a/samples/simple_todo/compile.sh b/samples/simple_todo/compile.sh
index fdb68d233c3209c949380a91097c8f71dc3528bf..9aecadea6b17cb5f375894174e0b3b26520bd85f 100755
--- a/samples/simple_todo/compile.sh
+++ b/samples/simple_todo/compile.sh
@@ -39,7 +39,7 @@ function print_error() {
function build() {
SUFFIX=service_tests/simple_todo_$1
OUT="$ROOT_DIR/out/${MODE_CC}${ARCH_UC}/temporary_test_output/$SUFFIX"
- $TEST_PY -a $ARCH -m $MODE fletch_tests/$SUFFIX
+ $TEST_PY -a $ARCH -m $MODE dartino_tests/$SUFFIX
echo
echo "Compilation and testing succeeded"
echo "Compiled output in"
« no previous file with comments | « samples/samples.status ('k') | samples/simple_todo/java/SimpleTodo.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698