Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(36)

Unified Diff: test.py

Issue 13379047: test.py: don't update dependencies
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « [revision details] ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test.py
=== modified file 'test.py'
--- test.py 2013-04-25 13:02:56 +0000
+++ test.py 2013-09-09 06:23:33 +0000
@@ -99,7 +99,6 @@
"""Do all the bits of setup that need to happen for the tarmac bot."""
ensure_tarmac_log_dir()
create_tarmac_repository()
- ensure_juju_core_dependencies()
def setup_gopath():
@@ -199,6 +198,7 @@
tarmac_setup(opts)
to_run = [run_go_fmt, run_go_build, run_go_test]
if opts.juju_core:
+ ensure_juju_core_dependencies()
to_run.append(run_juju_core_tests)
if opts.live:
to_run.append(run_live_tests)
« no previous file with comments | « [revision details] ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b