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

Unified Diff: dashboard/bin/run_py_tests

Issue 2701113002: Migrate to the Google Cloud SDK. (Closed)
Patch Set: Work for both old and new SDKs. Created 3 years, 10 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 | « dashboard/bin/deploy ('k') | dashboard/dashboard/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/bin/run_py_tests
diff --git a/dashboard/bin/run_py_tests b/dashboard/bin/run_py_tests
index b516d50b6e0d90c9791ef5097568ea70d774b638..56d4c560dfcccf2b85eaae0e36656a9517020fef 100755
--- a/dashboard/bin/run_py_tests
+++ b/dashboard/bin/run_py_tests
@@ -32,5 +32,5 @@ if __name__ == '__main__':
import dashboard
return_code = run_with_typ.Run(
os.path.join(_DASHBOARD_PATH, 'dashboard'),
- path=dashboard.ExtraPythonLibraryPaths())
+ path=dashboard.PathsForTesting())
sys.exit(return_code)
« no previous file with comments | « dashboard/bin/deploy ('k') | dashboard/dashboard/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698