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

Unified Diff: gm/test_all.py

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/rebaseline_server/test_all.py ('k') | gm/tests/run.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/test_all.py
diff --git a/gm/rebaseline_server/test_all.py b/gm/test_all.py
similarity index 79%
copy from gm/rebaseline_server/test_all.py
copy to gm/test_all.py
index 299d1340f23ec78664070d96510f81d296a3feb6..282ec85732cdcaa8eec89eb8c8bb26b3f00d65f7 100755
--- a/gm/rebaseline_server/test_all.py
+++ b/gm/test_all.py
@@ -7,9 +7,6 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
Run all unittests within this directory tree, recursing into subdirectories.
-
-TODO(epoger): Launch this automatically on the housekeeper bot, but first make
-sure it works properly after having been checked out (from both git and svn)
"""
import os
« no previous file with comments | « gm/rebaseline_server/test_all.py ('k') | gm/tests/run.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698