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

Unified Diff: tools/tests/run.sh

Issue 310093003: rebaseline_server: download actual-results.json files from GCS instead of SVN (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: combine import_gm and import_tools into fix_pythonpath Created 6 years, 6 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: tools/tests/run.sh
diff --git a/tools/tests/run.sh b/tools/tests/run.sh
index 6fca3cb6a2a5016dfd4ed8cdd1a7d00b1eaac203..fd12711f49e85e6bfa2064f9fd7efb3747529a0d 100755
--- a/tools/tests/run.sh
+++ b/tools/tests/run.sh
@@ -201,7 +201,7 @@ jsondiff_test "$JSONDIFF_INPUT/old.json $JSONDIFF_INPUT/new.json" "$JSONDIFF_OUT
# ('make tools/tests/run.sh work cross-platform')
#
-COMMAND="python tools/tests/run_all.py"
+COMMAND="python tools/test_all.py"
echo "$COMMAND"
$COMMAND
ret=$?

Powered by Google App Engine
This is Rietveld 408576698