~sseman/juju-ci-tools/model-change-watcher-py3-2

« back to all changes in this revision

Viewing changes to assess_log_rotation.py

  • Committer: Andrew Beach
  • Date: 2016-11-01 20:49:17 UTC
  • mto: This revision was merged to the branch mainline in revision 1709.
  • Revision ID: andrew.beach@canonical.com-20161101204917-5tbtn9pys31wbbrb
I missed a tear_down to kill_controller switch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
    if jes_enabled:
216
216
        client.env.juju_home = jes_home_path(client.env.juju_home,
217
217
                                             args.temp_env_name)
218
 
    client.tear_down()
 
218
    client.kill_controller()
219
219
    return client
220
220
 
221
221