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

Unified Diff: gm/tests/run.sh

Issue 398043002: make gm self-tests launch python unittests automatically (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: whoops, forgot some files Created 6 years, 5 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 | « gm/test_all.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/tests/run.sh
diff --git a/gm/tests/run.sh b/gm/tests/run.sh
index 333f3effc02add713b6fe2acab8797e825adfc6a..52ed6f309f614eacc70ce1f0d35a247d1586e759 100755
--- a/gm/tests/run.sh
+++ b/gm/tests/run.sh
@@ -264,8 +264,8 @@ for CASE in $FAILING_CASES; do
assert_fails "python gm/display_json_results.py $GM_OUTPUTS/$CASE/$OUTPUT_EXPECTED_SUBDIR/json-summary.txt"
done
-# Exercise all rebaseline_server unittests.
-assert_passes "python gm/rebaseline_server/test_all.py"
+# Exercise all Python unittests.
+assert_passes "python gm/test_all.py"
echo
if [ $ENCOUNTERED_ANY_ERRORS == 0 ]; then
« no previous file with comments | « gm/test_all.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698