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

Unified Diff: tests/local_rietveld.py

Issue 6758001: Move git_cl back into depot_tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Add stub to not break incremental update Created 9 years, 9 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 | « tests/hooks.sh ('k') | tests/owners.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/local_rietveld.py
diff --git a/git_cl/test/local_rietveld.py b/tests/local_rietveld.py
similarity index 96%
rename from git_cl/test/local_rietveld.py
rename to tests/local_rietveld.py
index caa456788857aa09e60fc28c9346edac59ca7321..efcb6577cb432be43781a91a101efc12b5701100 100755
--- a/git_cl/test/local_rietveld.py
+++ b/tests/local_rietveld.py
@@ -50,9 +50,9 @@ class LocalRietveld(object):
self.base_dir = os.path.dirname(os.path.abspath(__file__))
self.base_dir = os.path.realpath(os.path.join(self.base_dir, '..'))
self.sdk_path = os.path.abspath(
- os.path.join(self.base_dir, '..', '..', 'google_appengine'))
+ os.path.join(self.base_dir, '..', 'google_appengine'))
self.dev_app = os.path.join(self.sdk_path, 'dev_appserver.py')
- self.rietveld = os.path.join(self.base_dir, 'test', 'rietveld')
+ self.rietveld = os.path.join(self.base_dir, 'tests', 'rietveld')
self.test_server = None
self.port = None
# Generate a friendly environment.
« no previous file with comments | « tests/hooks.sh ('k') | tests/owners.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698