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 |