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

Unified Diff: py/utils/git_utils_manualtest.py

Issue 474293002: Change test_refspec to manualtest (Closed) Base URL: https://skia.googlesource.com/common.git@master
Patch Set: Rename module Created 6 years, 4 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 | « no previous file | py/utils/git_utils_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: py/utils/git_utils_manualtest.py
diff --git a/py/utils/git_utils_test.py b/py/utils/git_utils_manualtest.py
similarity index 99%
rename from py/utils/git_utils_test.py
rename to py/utils/git_utils_manualtest.py
index 88a273693264850764c1b3064b4a178678088b3e..720a9e96381a331c1e1470228a50d3e2fd7cbf04 100755
--- a/py/utils/git_utils_test.py
+++ b/py/utils/git_utils_manualtest.py
@@ -99,5 +99,6 @@ def main(test_case_class):
if not results.wasSuccessful():
raise Exception('failed unittest %s' % test_case_class)
+
if __name__ == '__main__':
main(NewGitCheckoutTest)
« no previous file with comments | « no previous file | py/utils/git_utils_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698