]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Fix email scheduling bug 634/head
authorZack Cerza <zack@redhat.com>
Mon, 21 Sep 2015 19:41:23 +0000 (13:41 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 21 Sep 2015 19:41:23 +0000 (13:41 -0600)
commit4d5773ffa0c23cb99095be515d7968a305836988
tree301eee1b32b50daa24dda05012212d5ff37a6ca7
parent456e748c8ba28998a2087bd88e9441e2b04cdb27
Fix email scheduling bug

The call to teuthology_schedule was buried inside an 'if dry_run:'
clause. That clause is unnecessary since teuthology_schedule handles
dry_run cases - we pass it the same value as an arg

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/suite.py